WPShapere - Wordpress Admin Theme

WPShapere - Wordpress Admin Theme v7.0.9

No permission to download

purity

Well-known member
Trusted Uploader
Nov 4, 2018
664
3,027
100
Gemany
new version [5.0.7] + nulling instructions:

https://mega.nz/#!9NMSBQzS!Fsf0T3AWe-wr5-jAzpwSJmuP91fwkxlpdBpxuHKBxCE

how to null:

You need to edit
wp-content/plugins/WPShapere/includes/acmee-framework/inc/aof.class.php
Line numbers mentioned here can be changed now. Find the function licenseValidate()
(around line 146) and first thing after the curly bracket add
PHP:
return;
Then a little further down in the same file (around line 163) find the function getLicense()
and add as the first line of that function:
PHP:
return '12345678';

It can be any 8 digit number… It should all be working after that.
 

donieryu

Member
Jan 18, 2019
37
12
8
new version [5.0.7] + nulling instructions:

https://mega.nz/#!9NMSBQzS!Fsf0T3AWe-wr5-jAzpwSJmuP91fwkxlpdBpxuHKBxCE

how to null:
You need to edit
Line numbers mentioned here can be changed now. Find the function licenseValidate()
(around line 146) and first thing after the curly bracket add
PHP:
return;
Then a little further down in the same file (around line 163) find the function getLicense()
and add as the first line of that function:
PHP:
return '12345678';

It can be any 8 digit number… It should all be working after that.
bravo
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,151
111,748
120
CPR.Webshell
It’s a false positive coming from the fact that some antiviruses are way too sensitive (take BKAV for example). babiato is probably the safest place online when it comes to malware.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,151
111,748
120
Tomz updated WPShapere - Wordpress Admin Theme with a new update entry:

WPShapere v6.0

Download WPShapere v6.0 - Wordpress Admin Theme Nulled Free
v6.0 - June 06, 2019
For Nulling CHeck Here: https://babiato.tech/threads/wpshapere-wordpress-admin-theme.1063/page-2#post-8257

  • New: Login theme designs presets manager.
  • New: 3 New Login theme designs added.
  • New: Line Icons addition for admin menus.
  • New: Fresh UI for Acmee Options framework.
  • New: Option for adjusting admin menu padding.
  • New: Option...

Read the rest of this update entry...
 
  • Like
Reactions: mrbo

mrbo

Member
Nov 10, 2018
43
8
8
Does anybody else have a problem with saving settings? Nothing happens for me when I click save.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,151
111,748
120

insanityNL

Member
Sep 21, 2018
31
3
8
When adding the nulled file the plugin is "activated", however the menu seems not be loading properly ( see attachment )
 

Attachments

  • notworking.png
    notworking.png
    33.2 KB · Views: 26

powerofleo

New member
Apr 12, 2019
21
14
3
This worked perfectly !
Though any chance you guys will be looking in fixing thisone?

The location for both functions is changed.
Updated instructions
You need to edit
Code:
wp-content/plugins/WPShapere/includes/acmee-framework/inc/aof.class.php
Find the function licenseValidate()
(line 160) and first thing after the curly bracket add
Code:
return;
It will look like this
Code:
        function licenseValidate() {
            return;
            //verify purchase code
            $valid_license = $this->validatePurchase();
            if(!empty($valid_license) && count($valid_license[3]) == 5 && $valid_license[1] == 8183353)
                return;
            else {
                $this->enterPurchaseCode();
                exit();
            }
        }

Then a little down (line 177) in the same file find the function getLicense()
and add as the first line of that function:
Code:
return '12345678';
It will look like this
Code:
        function getLicense() {
            return '12345678';
            $code = $this->validatePurchase();
            if(!empty($code)) {
                return $code[3][0];
            }
            else
                return null;
        }

Enable/Disable or Refresh the page and It should all be working after that.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,151
111,748
120

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu