Author Topic: Including tp code into gallery-good or bad?  (Read 7747 times)

0 Members and 1 Guest are viewing this topic.

Offline Mileizdoboja

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Including tp code into gallery-good or bad?
« on: January 25, 2009, 08:17:56 AM »
I building my own galleries for my tgp's and i putting tp toplist there too.So i wonder is it good to put include code there:
 <?php virtual("../../tp/ssi_in.php")?>
I ask will that disturb statistic or once hit is counted it wont be counted again.

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1954
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: Including tp code into gallery-good or bad?
« Reply #1 on: January 25, 2009, 10:16:04 AM »
It's good you can use it, can come in handy to track possible direct hits to galleries, SE to gals etc etc....use this code btw:
<?php virtual("/tp/ssi_in.php")?>

php virtual allows absolute paths (based from root, not full server path).