vasiliaskid
Active member
- Jan 10, 2019
- 151
- 31
- 28
this is version 2.3.7 and not nulled becuz after save setting effects and color not changev2.3.8 null
![]()
MEGA
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 20GB nowmega.nz
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.
Download Free WpAlter v2.3.8 - white Label Wordpress Plugin Nulled
Changelog v2.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.
Tomz submitted a new resource:
WpAlter - White Label Wordpress Plugin - Download Free WpAlter - White Label Wordpress Plugin Nulled CodeCanyon 17567303
Read more about this resource...
Already tried that, doesn't work. here's the msg I get when I submit it.press any key and submit
you test it ? i think effects cant change after savingThis worked! Thanks a lot.![]()
Yes I've tested it, saved settings work's too.you test it ? i think effects cant change after saving
Don't know why but it doesn't seem to save any setting anymore.you test it ? i think effects cant change after saving
Download Free WpAlter v2.3.9 - white Label Wordpress Plugin Nulled
Changelog 2.3.9 - Mar 18, 2019
* New: Added option for reloading admin users list under Privilege users.
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;
}
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;
}
This worked! Thank you!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 :
Save, it's Nulled ;o)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; }
![]()
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 do not have this problem. I manage to save the options. However, I did not try to export the settings. Is this your problem?