• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

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.5.9.2 + Addons

No permission to download
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 :)
 
  • Love
Reactions: cheliksel and Babak
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
 
  • Like
Reactions: TassieNZ and Babak
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
 
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!
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock