• 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"

WpAlter - White Label Wordpress Plugin

WpAlter - White Label Wordpress Plugin v.2.4.8

No permission to download
v2.3.8 null

Updates
Changelog 2.3.8 - Feb 27, 2019
-------------------------------
  • New: Added option for fallback to default admin bar height.
  • New: Option for reducing admin menu width up to 160px.
 
v2.3.8 null

Updates
Changelog 2.3.8 - Feb 27, 2019
-------------------------------
  • New: Added option for fallback to default admin bar height.
  • New: Option for reducing admin menu width up to 160px.
this is version 2.3.7 and not nulled becuz after save setting effects and color not change
 
pls replace or again install plugin.
replace directory of wp-content\plugins
 
  • Like
Reactions: Babak and mvgeek
:) How to Null WpAlter v2.3.9 :

You have to edit this file : alter\includes\acmee-framework\inc\aof.class.php

Go to line 161 and

replace this :

PHP:
function licenseValidate() {

            //verify purchase code

            $valid_license = $this->validatePurchase();

            if(!empty($valid_license) && count($valid_license[3]) == 5 && $valid_license[1] == $this->product_code)

                return;

            else {

                $this->enterPurchaseCode();

                exit();

            }

        }



        function validatePurchase() {

            $purchase_data = get_option($this->aof_purchase_data);

            return $purchase_data;

        }



        function getLicense() {

            $code = $this->validatePurchase();

            if(!empty($code)) {

                return $code[3][0];

            }

            else

                return null;

        }

By this :

PHP:
function licenseValidate() {

              return;

            //verify purchase code

            $valid_license = $this->validatePurchase();

            if(!empty($valid_license) && count($valid_license[3]) == 5 && $valid_license[1] == $this->product_code)

                return;

            else {

                return;

            }

        }



        function validatePurchase() {

            $purchase_data = get_option($this->aof_purchase_data);

            return $purchase_data;

        }



        function getLicense() {

              return "NULLED";

            $code = $this->validatePurchase();

            if(!empty($code)) {

                return $code[3][0];

            }

            else

                return null;

        }
Save, it's Nulled ;o)
:p
 
  • Like
Reactions: purity and Babak
:) How to Null WpAlter v2.3.9 :

You have to edit this file : alter\includes\acmee-framework\inc\aof.class.php

Go to line 161 and

replace this :

PHP:
function licenseValidate() {

            //verify purchase code

            $valid_license = $this->validatePurchase();

            if(!empty($valid_license) && count($valid_license[3]) == 5 && $valid_license[1] == $this->product_code)

                return;

            else {

                $this->enterPurchaseCode();

                exit();

            }

        }



        function validatePurchase() {

            $purchase_data = get_option($this->aof_purchase_data);

            return $purchase_data;

        }



        function getLicense() {

            $code = $this->validatePurchase();

            if(!empty($code)) {

                return $code[3][0];

            }

            else

                return null;

        }

By this :

PHP:
function licenseValidate() {

              return;

            //verify purchase code

            $valid_license = $this->validatePurchase();

            if(!empty($valid_license) && count($valid_license[3]) == 5 && $valid_license[1] == $this->product_code)

                return;

            else {

                return;

            }

        }



        function validatePurchase() {

            $purchase_data = get_option($this->aof_purchase_data);

            return $purchase_data;

        }



        function getLicense() {

              return "NULLED";

            $code = $this->validatePurchase();

            if(!empty($code)) {

                return $code[3][0];

            }

            else

                return null;

        }
Save, it's Nulled ;o)
:p
This worked! Thank you!
 
  • Like
Reactions: jujuwiwi
I do not have this problem. I manage to save the options. However, I did not try to export the settings. Is this your problem?
 
I do not have this problem. I manage to save the options. However, I did not try to export the settings. Is this your problem?
Some settings save like theme (color) settings but a few of the other options dont stick for some reason. Its like a half working plugin. What web browser are you normally using?
 
I use firefox and vivaldi which uses the Chrome engine.
What are the options that cause registration problems?
You can see the source code. Only the registration of the license is normally impacted.
 

Forum statistics

Threads
78,857
Messages
1,127,705
Members
246,551
Latest member
Ryoken
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