10-04-2017, 01:27 AM
Many people have been asking about this, I too was looking and looking and finally found something that works! The Activation method (going to the freeiz link) was not working for me..
After this, probably they will change this too, but anyways, here it is. If it helped you, pls rep and if you see anyone asking how to null, send them here!
Happy Activating :)
After this, probably they will change this too, but anyways, here it is. If it helped you, pls rep and if you see anyone asking how to null, send them here!
Magic Button :
To fix Newspaper 8.1 activation, we must change file td_ajax.php in Newspaper/includes/wp_booster/td_ajax.php
In the function td_validate_data line 887
Replace this:
private static function td_validate_data($id, $ec, $ad) {
if (md5($id . $ec) == $ad) {
return true;
} else {
return false;
}
}
with this:
private static function td_validate_data($id, $ec, $ad) {
if (md5($id . $ec) == $ad) {
return true;
} else {
return true;
}
}
[BASICALLY WE MADE THE FALSE TO TRUE]
Then goto your theme, activate theme, click on Manual activation (it will be way down.. in the footer)
Go Admin Cp > Newspaper > Activate theme > click Activate the theme manually (footer)
Envato purchase code: BestBlackHatForumRules
TagDiv activation key: ILoveHdaackda1
Click on ACTIVATE => Done
You should see this:
Theme successfully activated using manual activation. Thanks for buying our product.
In the function td_validate_data line 887
Replace this:
private static function td_validate_data($id, $ec, $ad) {
if (md5($id . $ec) == $ad) {
return true;
} else {
return false;
}
}
with this:
private static function td_validate_data($id, $ec, $ad) {
if (md5($id . $ec) == $ad) {
return true;
} else {
return true;
}
}
[BASICALLY WE MADE THE FALSE TO TRUE]
Then goto your theme, activate theme, click on Manual activation (it will be way down.. in the footer)
Go Admin Cp > Newspaper > Activate theme > click Activate the theme manually (footer)
Envato purchase code: BestBlackHatForumRules
TagDiv activation key: ILoveHdaackda1
Click on ACTIVATE => Done
You should see this:
Theme successfully activated using manual activation. Thanks for buying our product.
Happy Activating :)