D

Newspaper - News & WooCommerce WordPress Theme

left697

 
 
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
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.