Best Blackhat Forum

Full Version: [GET]Yoast SEO Premium v2.1.1 Nulled
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
direct download - loved it! +5
Not working... ask for license... :(
coul you please share 2.2
(06-06-2015 11:15 AM)idonomad Wrote: [ -> ]ask for license

(06-11-2015 05:43 AM)AW3EB7C9 Wrote: [ -> ]Not working... ask for license... :(

How to remove warning message for yoast plugin!?
Quote:Check your file:
…/plugins/wordpress-seo/admin/license-manager/class-license-manager.php
delete 113 line.
(06-06-2015 11:15 AM)idonomad Wrote: [ -> ]ask for license

(06-11-2015 05:43 AM)AW3EB7C9 Wrote: [ -> ]Not working... ask for license... :(

How to remove warning message for yoast plugin!?

Quote:Check your file:
…/plugins/wordpress-seo/admin/license-manager/class-license-manager.php
delete 113 line.
In file \wordpress-seo-premium\vendor\yoast\license-manager\class-update-manager.php after string
PHP Code:
protected function get_remote_data() { 
add string
PHP Code:
return false
After that in table _options find key "wordpress-seo-premium_license" and replace its value with
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";} 
Profit )
(06-13-2015 12:21 AM)AndyAndreich Wrote: [ -> ]In file \wordpress-seo-premium\vendor\yoast\license-manager\class-update-manager.php after string
PHP Code:
protected function get_remote_data() { 
add string
PHP Code:
return false
After that in table _options find key "wordpress-seo-premium_license" and replace its value with
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";} 
Profit )

Hi Bro, you can explain better how to?
Thanks in advances
(06-13-2015 12:21 AM)AndyAndreich Wrote: [ -> ]After that in table _options find key "wordpress-seo-premium_license" and replace its value with
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";} 
Profit )

Can't find this Table Option... Please make clear where to find the table_options key.?
(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 with
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";} 
Profit )

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.
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 Welcome
Pages: 1 2 3
Reference URL's