• 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
I have a question regarding this plugin how I can hide Amazon product price in table.....also if I am using with price is there any problem?
 
Hello @aniri20

Edit file : affiliate-egg/application/admin/LicConfig.php

Line 66

PHP:
    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:
    public function licFormat($value)
    {
        return true;
    }

And enter any number as license key. ;)
 
  • Love
  • Like
Reactions: Babak and carmeli
I have a question regarding this plugin how I can hide Amazon product price in table.....also if I am using with price is there any problem?
I've personally integrated it with content egg pro and You can use hide shortcode parameter to hide some product data.

Example: [content-egg-block template=offers_list hide=price]


If that proves to be a headache just use a CSS editor plugin such as Yellow Pencil to edit the CSS
Just highlight the Price Div then set it's visibility to none!


Make sure whatever changes you make should reflect on Mobile devices too
 
Last edited:
Hello guys. Does any1 managed to build a custom parser for some stores ?
I will be using this for gaming affiliate and I would like to parse some stores for examples Instant gaming or Steam.
Any guide for me ? I would appreciate so i can try to work and figure out how to do it.
 
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