Author Topic: Toplist to blank page  (Read 12230 times)

0 Members and 2 Guests are viewing this topic.

Offline Zora

  • Newbie
  • *
  • Posts: 26
    • View Profile
Toplist to blank page
« on: May 17, 2010, 09:34:35 AM »
Toplist entry redirects to blank page showing url as:

http://www.hostsite.com/tp/out.php?p=100&to=targetsite.com

You write in another post:

1) Your site needs to have traffic, together with included code as explained in manual under incoming trackers

<?php virtual("/tp/ssi_in.php")?> is present on every page - as well as:
<img src="/tp/img.php" width="0" height="0" style='display:none;border:none'>

2) You need to have at least 1 active trade

1 trade is active

3) input and output files must be chmoded 777

Does this refer to just in.php and out.php in the /tp folder - or does it refer to the toplist php files (e.g. tp_in.php) in the root folder. All are set to 777

4) don't use URL but DOMAIN tag in your toplists, otherwise hits won't be counted as clicks to trade!

Am using %%DOMAIN1%%


Given the above info - what is likely to be causing the blank page redirect.



Offline Zora

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Toplist to blank page
« Reply #1 on: May 17, 2010, 11:51:47 AM »
btw - extra to above - what should be the entry in stxt admin for tradescript url. At present there is an entry of:

/tp/out.php?p=60&url=#url#

Is this correct - and what does it mean exactly - parameter wise.


Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: Toplist to blank page
« Reply #2 on: May 17, 2010, 03:44:03 PM »
I can't know without access to tp, url username and pwd...PM please

Toplist entry redirects to blank page showing url as:

http://www.hostsite.com/tp/out.php?p=100&to=targetsite.com

You write in another post:

1) Your site needs to have traffic, together with included code as explained in manual under incoming trackers

<?php virtual("/tp/ssi_in.php")?> is present on every page - as well as:
<img src="/tp/img.php" width="0" height="0" style='display:none;border:none'>

2) You need to have at least 1 active trade

1 trade is active

3) input and output files must be chmoded 777

Does this refer to just in.php and out.php in the /tp folder - or does it refer to the toplist php files (e.g. tp_in.php) in the root folder. All are set to 777

4) don't use URL but DOMAIN tag in your toplists, otherwise hits won't be counted as clicks to trade!

Am using %%DOMAIN1%%


Given the above info - what is likely to be causing the blank page redirect.




Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: Toplist to blank page
« Reply #3 on: May 18, 2010, 12:13:47 AM »
I just added instant force, so that trade becomes active because of 0 ins and it worked. As soon as you start receiving some hits it will be fine, till you don't receive hits from trade make sure to have instant force or timed force on it so that it works.

Cheers

Offline Zora

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Toplist to blank page
« Reply #4 on: May 18, 2010, 05:54:22 AM »
Thanks.