Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - john doe

Pages: [1]
1
Trade Pulse Support / Re: Problem with toplists, RSTGP and TP.
« 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?

2
Trade Pulse Support / 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.

Pages: [1]