Author Archives: wptools

How to activate Qubely Pro

In the file classes/Updater.php, find the function __construct which starts around line 1, add this to the start of the function code: $license_info = array(‘activated’=>true, ‘license_key’=>’123qwe123qwe’, ‘license_to’=>’your_name_here’, ‘expires_at’=>’31 December 2099’, ‘activated_at’=>’31 December 2018’, ‘msg’=>”); //RC $license_info_serialize = serialize($license_info); update_option(QUBELY_FREE_BASENAME.’_license_info’, $license_info); Feel free to change the your_name_here to whatever you want to be displayed as the […]

How to activate Seedprod Coming Soon Pro plugin

This info is for version 5.10.8 and maybe later. In the file admin/admin.php, change line 225 from: $request = wp_remote_post( SEED_CSPV5_API_URL, array( ‘timeout’ => 15, ‘sslverify’ => false, ‘body’ => $params ) ); To: $request = “”; A few lines further down after the line $arequest = json_decode($request); Add: $arequest->message = ”;$arequest->status = ‘200’; $arequest->per […]