• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

WPShapere - Wordpress Admin Theme

WPShapere - Wordpress Admin Theme v7.0.6

No permission to download
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.
 
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
 
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.
 
Babak 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://babia.to/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
Does anybody else have a problem with saving settings? Nothing happens for me when I click save.
 
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
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.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock