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

Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin

Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin v10.9.8

No permission to download
License KEY? @Babak

1656067472755.png
Haha found a solution:

Go to /wp-content/plugins/affiliate-egg/application/admin/LicConfig.php
Edit this code:
PHP:
public function licFormat($value)
    {
        if (preg_match('/[^0-9a-zA-Z_~\-]/', $value))
            return false;
        if (strlen($value) !== 32 && !preg_match('/^\w{8}-\w{4}-\w{4}-\w{4}-\w{12}$/', $value))
            return false;
        return true;
    }

    public function activatingLicense($value)
    {
        return true;
        $response = AffiliateEgg::apiRequest(array('method' => 'POST', 'timeout' => 15, 'httpversion' => '1.0', 'blocking' => true, 'headers' => array(), 'body' => array('cmd' => 'activate', 'key' => $value, 'd' => parse_url(site_url(), PHP_URL_HOST), 'p' => AffiliateEgg::product_id, 'v' => AffiliateEgg::version()), 'cookies' => array()));
        if (!$response)
            return false;
        $result = json_decode(\wp_remote_retrieve_body($response), true);
        if ($result && !empty($result['status']) && $result['status'] === 'valid')
            return true;
        else
            return false;
    }

Replace with this code:

Code:
public function licFormat($value)
    {
        return true;
    }
public function activatingLicense($value)
    {
        return true;
    }

Then Key in any activation key:

Final Results: :ROFLMAO: :ROFLMAO: :ROFLMAO: 👇👇

1656067833055.png
 
Load file affiliate-egg/application/admin/LManager.php


Code:
public static function isNulled()

    {

        $l = LicConfig::getInstance()->option('license_key');


        if (!$l && Plugin::isEnvato())

            return false;


        if (!LManager::isValidLicFormat($l))

            return true;


        if (in_array(md5($l), LManager::getNulledLics()))

            return true;


        return false;

}


And replace with :


Code:
public static function isNulled()

        return false;

 }
 
Could anyone please check why is not getting Amazon links? I put those links and automatically is deleted
 
I have nulled version 10.4.2. Try this version and let me know.
 

Attachments

  • affiliate-egg-Nulled-v10.4.2.zip
    1.3 MB · Views: 57
it is asking license key and even random number it didnt work .I tried below and it didnt work also

PHP:
Code:
    public function licFormat($value)
    {
        if ($value == 'J0RX959A9woeqeuRP3PYbtrdIiaJcKTN')
            return true;
        if (preg_match('/[^0-9a-zA-Z_~\-]/', $value))
            return false;
        if (strlen($value) !== 32 && !preg_match('/^\w{8}-\w{4}-\w{4}-\w{4}-\w{12}$/', $value))
            return false;
        return true;
    }

Change to

PHP:
Code:
    public function licFormat($value)
    {
        return true;
    }
 
Last edited:
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