Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: AJ Urban on March 13, 2011, 10:36:27 AM

Title: Incoming hits not counting. Please Help!
Post by: AJ Urban on March 13, 2011, 10:36:27 AM
Hi, hopefully you can help me out here.

I'm using the RSTGP as my TGP script, and installed Script Pulse for trading.  Everything seems to be working well, except no incoming hits are being tracked, and my toplists still say %%NAME1%%, etc.  My stats show Outgoing clicks being tracked.

I've tried using the <?php virtual("/tp/ssi_in.php")?> as my tracker, but then I received the following error on my page:
Fatal error: Call to undefined function virtual() ...

So then I tried the <!--#include virtual="/tp/ssi_in.php"--> tracker, and my site returned to working again, but still no incoming clicks were being tracked.   I've also tried the .htaccess method with: DirectoryIndex tp_in.php index.shtml index.html index.php index.cgi, but still nothing.

I've changed the permissions in my Tops folder, and all of the toplist files to 777 as well.

Any help you could give me would be appreciated!   :)  I'm impressed with the script so far, but the Incoming clicks issue has been driving me crazy.

Thanks!

Title: Re: Incoming hits not counting. Please Help!
Post by: Miha Ucakar on March 15, 2011, 05:00:23 PM
Hi,

I had seme problems with function:  <?php virtual("../../tp/ssi_in.php")?> because Fatal error appear.

I solved problem putting this in <body> tag:
<?php include "/public_html/stc/tp/ssi_in.php" ?>
<img src="/tp/img.php" width="0" height="0" style='display:none;border:none'>

In admin panel I see incoming bookmark traffic whan I load page... but there is NO changes on reloading page and/or loading page in new tab or window.... Is it normal to see just first click?

Have I solved problem with incomming traffic?

Thanks, Miha

Title: Re: Incoming hits not counting. Please Help!
Post by: ip0li on March 24, 2011, 08:20:15 AM
You need to ask your host why php virtual include is not working!