• 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
Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin v10.3.1 is not nulled correctly.

1640187743830.png

Is it possible to have an untouched version ?
 
Is it possible to have a nulled version of Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin v10.3.1 ?

1642507917462.png

Latest nulled version is "Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin v10.1.1". Since all new versions have the warning message.
 
Last edited:
Hello, someone can null the lasted version or explain how to null it ?

@NullMaster Please :)

I tried to change the file LicConfig.php
Code:
    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)
    {
        $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;
    }


To

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

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

But that do not do the trick !! :)
 
Last edited:
  • Like
Reactions: olalavui

Affiliate Egg is activated but not working, the key is reset when I click to use it, please fix it. Thanks.​

 
  • Like
Reactions: Karltoto
Hello,
Code to try. It's seem to work :)


File : affiliate-egg/application/admin/LicConfig.php
Code:
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)
    {
        $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 by
Code:
public function licFormat($value)
    {
        return true;
    }

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


File : affiliate-egg/application/admin/LManager.php
Code:
public function displayNotice()
    {
        if (LManager::isNulled() && time() > 1633093261)
        {
            $notice_date = \get_option(Plugin::slug . '_nulled_notice_date', 0);
            if ($notice_date && time() > $notice_date + 86400 * 3)
Replace by
Code:
public function displayNotice()
    {
        if (LManager::isNulled() && time() > 1633093261)
        {
            return;
            $notice_date = \get_option(Plugin::slug . '_nulled_notice_date', 0);
            if ($notice_date && time() > $notice_date + 86400 * 3)
 
Hello,

It shows:
Cracked Version: The Real Danger!

You are using a cracked version of Affiliate Egg plugin. This is an illegal and dangerous copy of the plugin.
Cracked plugins often have backdoors and other malware injected into code that is used to get full third-party access to your site, distribute SEO spam, viruses and redirect site visitors. Your site will be probably blacklisted by Google.

How to null it properly? I'm using 10.3.6 version. Thanks :)
 
Hello,

It shows:
Cracked Version: The Real Danger!

You are using a cracked version of Affiliate Egg plugin. This is an illegal and dangerous copy of the plugin.
Cracked plugins often have backdoors and other malware injected into code that is used to get full third-party access to your site, distribute SEO spam, viruses and redirect site visitors. Your site will be probably blacklisted by Google.

How to null it properly? I'm using 10.3.6 version. Thanks :)
Hello,
try this https://babia.to/threads/affiliate-egg-niche-affiliate-marketing-wordpress-plugin.5803/post-200814
 
I understand, I have to be affiliated first, but just a doubt that in the video he does not show and I tested here and not enjoy it, when the person click on the ad on my site he is directed to another page (example: I am promoting a product of amazon and instead of him click on the product and buy on my site he is directed to the site of amazon) can change it?
What you are asking is dropshipping and not affiliate marketing. Those two often confuse people.
 
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