If you don't want to use the nulled version you can null manually the official version with this:
go to
/wp-content/themes/Newspaper/includes/wp_booster
Edit this File td_ajax.php
Find the Function td_validate_data
Replace these Lines
private static function td_validate_data($id, $ec, $ad) {
if (md5($id . $ec) == $ad) {
return true;
} else {
return false;
}
with these
private static function td_validate_data($id, $ec, $ad) {
if (md5($id . $ec) == $ad) {
return true;
} else {
return true;
}
(Or Just change False to true)
Now ,
Go in WP Dashboard > Newspaper > Activate theme.
Click on Activate the theme manually Located in Footer
Press any keys to activate