Best Blackhat Forum

Full Version: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
WordFence version 7 out with different structure code. Need to nullified it.
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.
it saved but I dont see any premium features unlocked
(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.
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.
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.
Thanks for your work on this basabz - repped :)
Thank you very much!
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...
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.
Pages: 1 2 3 4 5 6 7
Reference URL's