Author Topic: Problem with toplists, RSTGP and TP.  (Read 7933 times)

0 Members and 1 Guest are viewing this topic.

Offline john doe

  • Newbie
  • *
  • Posts: 2
    • View Profile
Problem with toplists, RSTGP and TP.
« on: October 24, 2011, 01:18:24 PM »
First of all,

Hello to all of you! This is my first post on these forums.

Ok, so last night I got some help from rstgp admin to setup the toplists correctly with TP. Today I added five new domains with rstgp and TP, the only thing I cant figure out is these toplists..

I copied everything from the working TP/rstgp admin panels to the new domains admin panels(with correct paths ofc), but it just keeps showing up as %%NAME1%% on the live page.

Files looks like this.

Input
Code: [Select]
<br />
<ul id="top4title">
  <li>Links from 1 to 10 :</li>
  <li>Links from 11 to 20 :</li>
  <li>Links from 21 to 30 :</li>
  <li>Links from 31 to 40 :</li>
</ul>
<ul id="top4tr">
  <li><a href="tp/out.php?to=%%DOMAIN1%%&link=top">%%NAME1%%</a></li>
  <li><a href="tp/out.php?to=%%DOMAIN11%%&link=top">%%NAME11%%</a></li>
  <li><a href="tp/out.php?to=%%DOMAIN21%%&link=top">%%NAME21%%</a></li>
  <li><a href="tp/out.php?to=%%DOMAIN31%%&link=top">%%NAME31%%</a></li>
</ul>....................

Output

Code: [Select]
<br />
<ul id="top4title">
  <li>Links from 1 to 10 :</li>
  <li>Links from 11 to 20 :</li>
  <li>Links from 21 to 30 :</li>
  <li>Links from 31 to 40 :</li>
</ul>
<ul id="top4tr">
  <li><a href="tp/out.php?to=flashback.org&link=top">Flashback</a></li>
  <li><a href='/tp/trade.php' target='_blank'>Your Site Here!</a></li>
  <li><a href='/tp/trade.php' target='_blank'>Your Site Here!</a></li>
  <li><a href='/tp/trade.php' target='_blank'>Your Site Here!</a></li>
</ul>

See? It does build it like it suppose to, but it sure doest look like that live.
I feel like a complete retard not being able to figure this out..

Any help would be greatly appreciated. I dont wanna call the rstgp admin to set it up for me everytime I create a new domain. :P

Best regards.

Offline john doe

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Problem with toplists, RSTGP and TP.
« Reply #1 on: October 24, 2011, 01:30:45 PM »
Bleh, I figured it out.

The <?php include was pointed at the input toplist4.php in the index.php.
Change it to the output top4.php, and it worked.

Any ideas on what went wrong? This shouldnt happen should it?

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1963
    • View Profile
    • Pretty Girls from your city for night
Re: Problem with toplists, RSTGP and TP.
« Reply #2 on: October 24, 2011, 01:34:18 PM »
No idea really, probably file copied wrong by you or something like that :)

Nice to see it solved tho!

Cheers