• 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"

Amazon Affiliate WordPress Plugin By Getaawp

Amazon Affiliate WordPress Plugin By Getaawp v3.40.1

No permission to download
  • Like
Reactions: amit338
Hey! Thanks for share this amazing tool, I try to use in my wordpress but appears: app\public\wp-content\plugins\aawp\includes\license-functions.php on line 15

Anyone can help? Thanks!
 
  • Like
Reactions: amit338
I got this error:
Code:
Undefined array key "status"    -wp-content/plugins/aawp/includes/license-functions.php:16aawp_is_license_valid()wp-content/plugins/aawp/includes/class.aawp-core.php:35AAWP_Core->__construct()wp-content/plugins/aawp/includes/class.aawp-core.php:144AAWP\Plugin->includes()wp-content/plugins/aawp/src/Plugin.php:86AAWP\Plugin::instance()wp-content/plugins/aawp/aawp.php:46aawp()wp-content/plugins/aawp/aawp.php:48


For fixing it, i edited the license-function.php file, line 16 from:
PHP:
 if (!get_option('aawp_licensing')['info']['status'] || get_option('aawp_licensing')['info']['status'] !== 'valid') {
        update_option('aawp_licensing', [
            'key' => '123456-123456-123456-123456',
            'server' => '',
            'info' => ['status' => 'valid'],
        ]);
    }

to

PHP:
$aawp_licensing = get_option('aawp_licensing');
    $license_status = isset($aawp_licensing['info']['status']) ? $aawp_licensing['info']['status'] : null;

    if (!$license_status || $license_status !== 'valid') {
        update_option('aawp_licensing', [
            'key' => '123456-123456-123456-123456',
            'server' => '',
            'info' => ['status' => 'valid'],
        ]);
    }

I hope it can help anyone who has had the same problem.
 
Babak updated Amazon Affiliate WordPress Plugin By Getaawp with a new update entry:

Amazon Affiliate WordPress Plugin (AAWP) v3.31.0

Download Amazon Affiliate WordPress Plugin (AAWP) v3.31.0 Nulled Free
= v3.31.0 (12th December 2023) =

* New: Click tracking statistics export
* Tweak: Elementor widget rebuild
* Tweak: Specific error message for the search API
* Fix: Image proxy revers to "deny" when other settings are saved
* Fix: Cache renewal checking interval causing high API calls
* Fix: Amazon Prime not available for .com.br
* Fix: Incorrect renewed products count in the logs
* Fix: PHP Error with already...

Read the rest of this update entry...
 
  • Like
Reactions: guzdot
Babak updated Amazon Affiliate WordPress Plugin By Getaawp with a new update entry:

Amazon Affiliate WordPress Plugin (AAWP) v3.32.0

Download Amazon Affiliate WordPress Plugin (AAWP) v3.32.0 Nulled Free
= v3.32.0 (29th January 2024) =

* New: SiteStripe Migration
* Tweak: Tools page restructure
* Tweak: AAWP related info moved to Site Health
* Tweak: Use public services instead of AAWP API for geotargeting functionality
* Fix: Fatal error on PHP 8.3: duplicate declaration of static Variables
* Fix: "Invalid license" error on AAWP API test connection
* Fix: Inaccurate AAWP API connection status

Read the rest of this update entry...
 
  • Like
Reactions: amit338
Babak updated Amazon Affiliate WordPress Plugin By Getaawp with a new update entry:

Amazon Affiliate WordPress Plugin (AAWP) v3.40.1

Download Amazon Affiliate WordPress Plugin (AAWP) v3.40.1 Nulled Free
= v3.40.1 (8th March 2024) =

* Fix: Site Stripe Migration converting standard links
* Fix: Site Stripe Migration timeout issue
* Fix: Comparison table doesn't preview on Elementor editor
* Fix: Deactivating AS & Uninstall AAWP options didn't work since support to tools migration

Read the rest of this update entry...
 
  • Like
Reactions: amit338
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