06-11-2015, 01:38 AM
06-11-2015, 05:43 AM
Not working... ask for license... :(
06-11-2015, 03:26 PM
coul you please share 2.2
06-12-2015, 10:57 PM
06-12-2015, 11:24 PM
06-13-2015, 12:21 AM
In file \wordpress-seo-premium\vendor\yoast\license-manager\class-update-manager.php after string
add string
After that in table _options find key "wordpress-seo-premium_license" and replace its value with
Profit )
PHP Code:
protected function get_remote_data() {
PHP Code:
return false;
PHP Code:
a:3:s:3:"key";s:3:"123";s:6:"status";s:5:"valid";s:11:"expiry_date";s:19:"2970-01-01 00:00:00";}
06-13-2015, 04:30 AM
(06-13-2015 12:21 AM)AndyAndreich Wrote: [ -> ]In file \wordpress-seo-premium\vendor\yoast\license-manager\class-update-manager.php after string
add stringPHP Code:
protected function get_remote_data() {
After that in table _options find key "wordpress-seo-premium_license" and replace its value withPHP Code:
return false;
Profit )PHP Code:
a:3:s:3:"key";s:3:"123";s:6:"status";s:5:"valid";s:11:"expiry_date";s:19:"2970-01-01 00:00:00";}
Hi Bro, you can explain better how to?
Thanks in advances
06-15-2015, 06:37 AM
(06-13-2015 12:21 AM)AndyAndreich Wrote: [ -> ]After that in table _options find key "wordpress-seo-premium_license" and replace its value withProfit )PHP Code:
a:3:s:3:"key";s:3:"123";s:6:"status";s:5:"valid";s:11:"expiry_date";s:19:"2970-01-01 00:00:00";}
Can't find this Table Option... Please make clear where to find the table_options key.?
06-15-2015, 09:43 AM
(06-15-2015 06:37 AM)AW3EB7C9 Wrote: [ -> ](06-13-2015 12:21 AM)AndyAndreich Wrote: [ -> ]After that in table _options find key "wordpress-seo-premium_license" and replace its value withProfit )PHP Code:
a:3:s:3:"key";s:3:"123";s:6:"status";s:5:"valid";s:11:"expiry_date";s:19:"2970-01-01 00:00:00";}
Can't find this Table Option... Please make clear where to find the table_options key.?
Try check your database sql. I think it's in PhpMyAdmin since he said Table.
06-15-2015, 06:43 PM
I have tried to delete line 113 in
/plugins/wordpress-seo/admin/license-manager/class-license-manager.php
There isn't a license-manager folder in admin.
I have tried to delete that line in the 2 files called class-license-manager.php in the plugin. It doesn't work.
I have tried the second method adding the string return false; and replaced that info in the sql. It doesn't work.
Version 2.2.1 is out. I'll wait to that version
/plugins/wordpress-seo/admin/license-manager/class-license-manager.php
There isn't a license-manager folder in admin.
I have tried to delete that line in the 2 files called class-license-manager.php in the plugin. It doesn't work.
I have tried the second method adding the string return false; and replaced that info in the sql. It doesn't work.
Version 2.2.1 is out. I'll wait to that version