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

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
Not pretty sure why it didnt work for you.
 

Attachments

  • 1655864464258.png
    1655864464258.png
    126.1 KB · Views: 110
  • 1655864576206.png
    1655864576206.png
    79.3 KB · Views: 109

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
 

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
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
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?
 
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
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