In the file saxon/inc/theme-dashboard/inc/theme-activation.php find the function main() which starts on line 22 and add this to the start of the function code: if(get_option( ‘saxon_license_key_status’, false ) !== ‘activated’) { update_option(‘saxon_license_key_status’, ‘activated’); update_option(‘envato_purchase_code_saxon’, ‘123123123123’); } All done. Just install the plugins and then you can install the demos.
Author Archives: wptools
Uncategorized
How to activate Affiliate Egg Pro plugin
Just simply input below license key when asked: iC41vlD8mAgMiWQXzE7drxaUbaYCj3IR Heads up: Please use it on one of your websites only. The license will be invalid otherwise.
Uncategorized
How to activate Metamax theme
Here’s the activation which takes place in the files for the cws-demo-importer plugin. In the file importer.php, find the cws_imp_get_option which starts around line 38 and add this to the start of the function: if($name == ‘_theme_purchase_code’){return ‘abcd1234-ab12-cwst-13en-vatoelements’;} You should now be able to install the demo content (I just did so on a test […]
Uncategorized
How to activate Ekattor
Just use this license key to activate the script: 0b812e06-52f0-419a-880b-8a5fdbe18d10
Uncategorized
How to activate Hbook plugin
In the file hbook/utils/utils.php find the function verify_purchase_code which starts around line 28119 and add this to the start of the function code: update_option( ‘hb_purchase_code_error’, ” ); update_option( ‘hb_valid_purchase_code’, ‘yes’ ); update_option( ‘hb_purchase_code’, $new_purchase_code ); return; Now you can use any key to activate the plugin and access all the options and menus etc.