Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: kendrick on September 15, 2010, 06:50:21 PM

Title: how to include tp cookie on subfolder pages
Post by: kendrick on September 15, 2010, 06:50:21 PM
hello again

i store all my galleries in a subfolder and want to include the tp cookie on them

site/subfolder/gallery
site/subfolder/gallery 2
site/subfolder/gallery 3

tried using the standard php include but it just gave me alot of no-ref in, was wondering if this is the correct code ??? dont want to mess up my stats again

<?php virtual("http://www.site.com/tp/ssi_in.php")?>
Title: Re: how to include tp cookie on subfolder pages
Post by: Kildoozer on September 16, 2010, 03:01:37 AM
hi, it's wrong way.
try <?php include("/full/path/to/tp/ssi_in.php")?>