- May 24, 2018
- 75,058
- 111,714
- 120
hey guys follow to teach you how to active newspaper and newsmag theme
you can download newspaper and newsmag here
https://babiato.tech/resources/newspaper-wordpress-theme.15/
https://babiato.tech/resources/newsmag-news-magazine-newspaper.1648/
First U need go to theme setting and click activation link, next u will see form for auto activation. Scroll to bottom page and find small link "Manual activation theme". Click and U will see 3 forms.
- your server id
- envato purchase code
- activation code
Here is keygen php code. Just fill your server id, upload to your root server and run file. Y got activation code. like http://yoursitename.com/keygen.php
add ENVATO PURCHASE CODE & TAGDIV ACTIVATION KEY

you can download newspaper and newsmag here
https://babiato.tech/resources/newspaper-wordpress-theme.15/
https://babiato.tech/resources/newsmag-news-magazine-newspaper.1648/
First U need go to theme setting and click activation link, next u will see form for auto activation. Scroll to bottom page and find small link "Manual activation theme". Click and U will see 3 forms.
- your server id
- envato purchase code
- activation code

Here is keygen php code. Just fill your server id, upload to your root server and run file. Y got activation code. like http://yoursitename.com/keygen.php
add ENVATO PURCHASE CODE & TAGDIV ACTIVATION KEY
PHP:
<?php
$s_id = "e1202170817c55304e0c689117e65e02"; // add here your server id
$e_id = "22f1d2c2-11b1-2222-a1cc-222cbfa1b11e"; // envato fake purchase code, can be like this format
$t_id = md5($s_id . $e_id);
echo $t_id;
?>

Attachments
Last edited by a moderator: