[ PHPXref.com ] [ Generated: Sun Jul 20 19:13:40 2008 ] [ osCommRes 1.2.0 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/includes/ -> affiliate_configure.php (source)

   1  <?php
   2  /*

   3    $Id: affiliate_configure.php,v 1.2 2003/09/24 15:34:33 wilt Exp $

   4  

   5    OSC-Affiliate

   6  

   7    Contribution based on:

   8  

   9    osCommerce, Open Source E-Commerce Solutions

  10    http://www.oscommerce.com

  11  

  12    Copyright (c) 2002 - 2003 osCommerce

  13  

  14    Released under the GNU General Public License

  15  */
  16  
  17    define('AFFILIATE_KIND_OF_BANNERS','1');          // 1 Direct Link to Banner ; no counting of how much banners are shown

  18                                                      // 2 Banners are shown with affiliate_show_banner.php; bannerviews are counted (recommended)

  19    define('AFFILIATE_SHOW_BANNERS_DEBUG', 'false');  // Debug for affiliate_show_banner.php; If you have difficulties geting banners set to true,

  20                                                      // and try to load the banner in a new Browserwindow

  21                                                      // i.e.: http://yourdomain.com/affiliate_show_banner.php?ref=3569&affiliate_banner_id=3

  22    define('AFFILIATE_SHOW_BANNERS_DEFAULT_PIC', '/images/banners/oscommerce.gif'); // absolute path to default pic for affiliate_show_banner.php, which is showed if no banner is found

  23                                                      // Only works with AFFILIATE_KIND_OF_BANNERS=2

  24  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]