WpAlter - White Label Wordpress Plugin

WpAlter - White Label Wordpress Plugin v2.4.8

No permission to download

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,062
22,063
120
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.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,192
111,758
120
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
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,062
22,063
120
pls replace or again install plugin.
replace directory of wp-content\plugins
 

jujuwiwi

Member
Oct 9, 2018
35
17
8
:) 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
 

skoota500

Member
May 9, 2019
40
3
8
:) 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

jujuwiwi

Member
Oct 9, 2018
35
17
8
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?
 

skoota500

Member
May 9, 2019
40
3
8
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?
 

jujuwiwi

Member
Oct 9, 2018
35
17
8
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.
 

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