Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin

Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin v10.9.9

No permission to download

Babuthecodes

Active member
May 2, 2022
247
106
43
masoko.xyz
License KEY? @Tomz

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
 

haksxsx

Well-known member
Trusted Seller
Trusted Uploader
Dec 21, 2018
901
889
93
Internet

Karltoto

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

 }
 

happy77

New member
Aug 2, 2020
6
2
3
Could anyone please check why is not getting Amazon links? I put those links and automatically is deleted
 

Alexdu51

New member
Oct 17, 2019
5
1
3
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: 54

bluvia

Active member
Feb 6, 2021
236
81
28
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:

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