Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: Mileizdoboja on January 25, 2009, 08:17:56 AM

Title: Including tp code into gallery-good or bad?
Post by: Mileizdoboja 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.
Title: Re: Including tp code into gallery-good or bad?
Post by: ip0li 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).