Content Egg - All in one plugin for Affiliate, Price Comparison, Deal sites

Content Egg - All in one plugin for Affiliate, Price Comparison, Deal sites v12.11.4

No permission to download

mrlks

New member
May 4, 2022
8
7
3
Not pretty sure why it didnt work for you.
 

Attachments

  • 1655864464258.png
    1655864464258.png
    126.1 KB · Views: 98
  • 1655864576206.png
    1655864576206.png
    79.3 KB · Views: 98

andrejmb

Member
Jan 31, 2019
152
20
18
Slovenia

1.content-egg/application/admin/LicConfig.php

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

2.content-egg/application/components/LManager.php

public static function isNulled()
{
return false;

}

work well
Is working + corect this line of code in file

2.content-egg/application/components/LManager.php

/*
public function activatingLicense( $value ) {
return true;
$response = Plugin::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' => Plugin: product_id,
'v' => Plugin::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;
} elseif ( $result && ! empty( $result['status'] ) && $result['status'] == 'error' ) {
\add_settings_error( 'license_key', 'license_key', $result['message'] );

return false;
}

return false;
}
*/

And then wraiting any one number and activate BUM! :p
 
  • Like
Reactions: olalavui

vvancini

New member
Aug 4, 2022
7
1
3
Anything above v10.3.1 will not show up on posts to search and insert products in the article.

Edit:

/application/admin/EggMetabox.php


Removing in line 29 & 30 this Code works with 10.04 :)
Thanks!

Code:
//         if (Plugin::isActivated() && LManager::isNulled())
//             return;
This modification works for v10.5.1 nulled that wasn't showing the insert products section as well
 
  • Like
Reactions: andrejmb

ariel

Active member
Jul 23, 2020
102
33
28
Nothing to see here!
Somehow no version goes beyond 10.1.1 which was declared as Nulled here by babiato.

In the latest versions, the codes that were posted here as a guide are not present. There you have probably restructured everything.

Can someone nullen the latest version?
 

Alexdu51

New member
Oct 17, 2019
5
1
3
If you want to run Integration with Affiliate Egg you have to go to: content-egg\application\admin and open the AeIntegrationConfig.php file.

On line 73 delete this: || !\Keywordrush\AffiliateEgg\LicConfig::getInstance()->option('license_key')

The code should look like this:
public static function isAEIntegrationPosible()
{
include_once(ABSPATH . 'wp-admin/includes/plugin.php');

if (!\is_plugin_active('affiliate-egg/affiliate-egg.php'))
return false;

if (!class_exists('\Keywordrush\AffiliateEgg\ShopManager'))
return false;

$v = \Keywordrush\AffiliateEgg\AffiliateEgg::version();

if (version_compare(self::MIN_AE_VERSION, $v, '>'))
return false;

return true;
}

Save the modification, I tested until version 10.1.1
Let me know your feedback.
 
Last edited:
  • Like
Reactions: mixtape25

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