View Single Post
  #4  
Old 10th January 2010, 10:14
Rendevous Rendevous is offline
Senior Member
 
Join Date: Nov 2009
Romania
Posts: 43
Default
if u use tbdev 09 version

in include/config.php replace this with the original

Quote:
// Cookie setup
$TBDEV['cookie_prefix'] = 'tbalpha_'; // This allows you to have multiple trackers, eg for demos, testing etc.
$TBDEV['cookie_path'] = ''; // ATTENTION: You should never need this unless the above applies eg: /tbdev
$TBDEV['cookie_domain'] = ''; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com
Quote:
$TBDEV['baseurl'] = "http://" . $_SERVER["HTTP_HOST"]."";
Reply With Quote