Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin

Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin v10.9.9

No permission to download

Karltoto

Member
Jun 26, 2020
41
23
8
Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin v10.3.1 is not nulled correctly.

1640187743830.png

Is it possible to have an untouched version ?
 

Karltoto

Member
Jun 26, 2020
41
23
8
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:

Karltoto

Member
Jun 26, 2020
41
23
8
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

Karltoto

Member
Jun 26, 2020
41
23
8
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)
 

sigsig

New member
May 10, 2022
4
0
1
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 :)
 

Karltoto

Member
Jun 26, 2020
41
23
8
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://babiato.tech/threads/affili...e-marketing-wordpress-plugin.5803/post-200814
 

Babuthecodes

Active member
May 2, 2022
247
106
43
masoko.xyz
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.
 

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