русский | english

News

More stats!

We have added two new links in the Stats menu of affiliate area:

However, in order for these stats to work, you need to make some modifications to your shops. Read on:
You will have to modify php files in your script sets according to instructions below:

  • For  Extra Feed - based shops:
    • File “/conf_add.php“, after this line of code:
      define('SITE_ID', {your site id});

      add another line:

      define('TMPL_ID', {your template number});
    • File “/lib/click.php“, after line
      $url .= '&query='.urlencode(@$_SESSION[BASKET]['query']);

      add this code:

      $url .= '&host='.urlencode(getenv('HTTP_HOST'));
      $url .= '&tmpl='.TMPL_ID;
  • For JAX - based shops:
    • File “/config.php“, after line
      'checkout_script' => 'https://my-secure-billing.com/checkout.php'

      add this code:

      , 'tmpl' => {your template number}
    • File “/.htclasses/Cart.class.php” in method send_click() of class Cart , array $keys add keys host and tmpl. The resulting line of code will look like this:
      $keys=array('affiliate','ip','site_id','keywords','custom','referrer','uagent','query','sid', 'host', 'tmpl');

Leave a Reply

This is a captcha-picture. It is used to prevent mass-access by robots. (see: www.captcha.net)

You must read and type the 5 chars within 0..9 and A..F, and submit the form.

  

Oh no, I cannot read this. Please, generate a

 
Stimul-Cash News Blog is proudly powered by WordPress Entries (RSS) and Comments (RSS).