All In One Seo Pack Pro - Best WP SEO Plugin and Toolkit

All In One Seo Pack Pro - Best WP SEO Plugin and Toolkit v4.7.3

No permission to download

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
You need to edit the file all-in-one-seo-pack-pro/pro/sfwd_update_checker.php and find the function check_license_key which starts around line 50.

Add this to the start of the function code:

return true;

It will look like this once you have added the above;

PHP:
function check_license_key( $license_key = null ) {
return true;
$license_key = $this->get_license_key( $license_key );
return $this->check_key_format( $license_key );
}

Further down at approximately line 111 find the function add_plugin_row Just add this to the start of the code function:

return;

It will look like this after you have done the above;

PHP:
function add_plugin_row() {
return;
add_action( 'in_plugin_update_message-' . $this->plugin_basename, Array( $this, 'update_message' ), 10, 2 );
if ( !$this->check_license_key() )

That should be it! :)

TassieNZ :)
 

cheliksel

Member
Jul 23, 2018
32
14
8
You need to edit the file all-in-one-seo-pack-pro/pro/sfwd_update_checker.php and find the function check_license_key which starts around line 50.

Add this to the start of the function code:

return true;

It will look like this once you have added the above;

PHP:
function check_license_key( $license_key = null ) {
return true;
$license_key = $this->get_license_key( $license_key );
return $this->check_key_format( $license_key );
}

Further down at approximately line 111 find the function add_plugin_row Just add this to the start of the code function:

return;

It will look like this after you have done the above;

PHP:
function add_plugin_row() {
return;
add_action( 'in_plugin_update_message-' . $this->plugin_basename, Array( $this, 'update_message' ), 10, 2 );
if ( !$this->check_license_key() )

That should be it! :)

TassieNZ :)
Wht can i say. :) thank you
 

txwuluo

New member
Oct 12, 2019
1
0
1
Website back door, webshell file found,all-in-one-seo-pack-pro\inc\compatability\compat-init.php,My server's security alert,Previous version does not appear
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,151
111,748
120
Website back door, webshell file found,all-in-one-seo-pack-pro\inc\compatability\compat-init.php,My server's security alert,Previous version does not appear
i check and compare codes
nothing Suspicious found!
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,151
111,748
120

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu