01-25-2018, 11:45 AM
01-27-2018, 09:27 AM
Code is a little different, but the procedure is the same :)
1. In wordfence\lib\wfConfig.php go to line 738
2. Replace
public static function cbp($key){
if(self::get('isPaid') and& self::get($key)){
echo ' checked ';
}
}
with
public static function cbp($key){
wfConfig::set('isPaid', '1');
echo ' checked ';
}
Enjoy!
P.S. If the WP Editor will not save it, upload file via FTP.
1. In wordfence\lib\wfConfig.php go to line 738
2. Replace
public static function cbp($key){
if(self::get('isPaid') and& self::get($key)){
echo ' checked ';
}
}
with
public static function cbp($key){
wfConfig::set('isPaid', '1');
echo ' checked ';
}
Enjoy!
P.S. If the WP Editor will not save it, upload file via FTP.
01-27-2018, 11:13 AM
it saved but I dont see any premium features unlocked
01-27-2018, 11:55 AM
(01-27-2018 09:27 AM)ewolf Wrote: [ -> ]Code is a little different, but the procedure is the same :)
1. In wordfence\lib\wfConfig.php go to line 738
2. Replace
public static function cbp($key){
if(self::get('isPaid') and& self::get($key)){
echo ' checked ';
}
}
with
public static function cbp($key){
wfConfig::set('isPaid', '1');
echo ' checked ';
}
Enjoy!
P.S. If the WP Editor will not save it, upload file via FTP.
Doesn't seem to be working for version 7.
01-27-2018, 01:12 PM
This worked for me:
Install a previously nulled version 6.3.14 or whatever you have installed that you know is working in Premium.
In WP dashboard for plugins, update Wordfence to 7. Premium remains Activated.
It works for me.
Install a previously nulled version 6.3.14 or whatever you have installed that you know is working in Premium.
In WP dashboard for plugins, update Wordfence to 7. Premium remains Activated.
It works for me.
01-29-2018, 11:52 AM
Thanks This worked for me. Over 1700 days left on my upgrade lol
(01-27-2018 01:12 PM)Vmax Wrote: [ -> ]This worked for me:
Install a previously nulled version 6.3.14 or whatever you have installed that you know is working in Premium.
In WP dashboard for plugins, update Wordfence to 7. Premium remains Activated.
It works for me.
01-29-2018, 10:44 PM
Thanks for your work on this basabz - repped :)
01-29-2018, 11:08 PM
Thank you very much!
02-05-2018, 02:58 PM
WP v4.9.2...
Had 6.3.22 installed and nulled to premium using this method of replacing the key verification code...
Upgraded to 7.0.2 - lost premium...
Deactivated and uninstalled 7.0.2...
Re-installed 6.3.22 - got premium back again...
Re-updated to 7.0.2 - lost premium again...
Deactivated and uninstalled 7.0.2...
Re-installed 6.3.22 - got premium back *again* ...
Staying with 6.3.22 until there is a better solution...
Had 6.3.22 installed and nulled to premium using this method of replacing the key verification code...
Upgraded to 7.0.2 - lost premium...
Deactivated and uninstalled 7.0.2...
Re-installed 6.3.22 - got premium back again...
Re-updated to 7.0.2 - lost premium again...
Deactivated and uninstalled 7.0.2...
Re-installed 6.3.22 - got premium back *again* ...
Staying with 6.3.22 until there is a better solution...
02-06-2018, 01:27 PM
Premium stopped working, the updating method does not work :(
(01-27-2018 01:12 PM)Vmax Wrote: [ -> ]This worked for me:
Install a previously nulled version 6.3.14 or whatever you have installed that you know is working in Premium.
In WP dashboard for plugins, update Wordfence to 7. Premium remains Activated.
It works for me.