Author Topic: how to include tp cookie on subfolder pages  (Read 8330 times)

0 Members and 2 Guests are viewing this topic.

Offline kendrick

  • Newbie
  • *
  • Posts: 47
    • View Profile
how to include tp cookie on subfolder pages
« 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")?>

Offline Kildoozer

  • Administrator
  • Sr. Member
  • *****
  • Posts: 420
    • View Profile
Re: how to include tp cookie on subfolder pages
« Reply #1 on: September 16, 2010, 03:01:37 AM »
hi, it's wrong way.
try <?php include("/full/path/to/tp/ssi_in.php")?>