Author Topic: Incoming hits not counting. Please Help!  (Read 8178 times)

0 Members and 1 Guest are viewing this topic.

Offline AJ Urban

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • http://www.sexynakedgirls.net
Incoming hits not counting. Please Help!
« 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!


Offline Miha Ucakar

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Incoming hits not counting. Please Help!
« Reply #1 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


Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: Incoming hits not counting. Please Help!
« Reply #2 on: March 24, 2011, 08:20:15 AM »
You need to ask your host why php virtual include is not working!