Hello,
I have installed RSTGP and te3.
But I'm confused to use te3 as I'm a newbie in trade scripts.
Q1.
Does te3 work with rstgp ?
Q2.
rstgp uses toplist1.php, toplist2.php, toplist3.php and toplist4.php
But in te3 manual, the toplists are not php files. It says tpl and in my admin area addnew it says tmp.
Can I use php files ?
Q3.
What is the te3 Script Link Syntax, which I have to add in rstgp settings ?
te3/out.php?s=70&u=
/te3/out.php?s=70&u=
te3/out.php?es=1&s=70&u=
/te3/out.php?es=1&s=70&u=
Q4.
Can I use like this?
Addnew toplist > File input
Template input: /home/user/public_html/tgp/tops (inside tops are the rstgp files - toplist1.php)
Output toplist as: /home/user/public_html/tgp/newtops
Q5.
Inside my rstgp toplist files, Should I use url's like this?
<a href="tp/out.php?link=more">01</a>
<a href="tp/out.php?link=archives">01</a>
<a href="tp/out.php?to=##DOMAIN1##&link=friends">##NAME1##</a>
<a href="tp/out.php?to=##DOMAIN1##&link=top">##NAME1##</a>
Thank You.
Does te3 work with RSTGP ?
Moderator: Rock
Re: Does te3 work with RSTGP ?
Answer to Q1:
Yes it must work like it works with other TGP scripts.
Answer to Q2:
Yes, you can use PHP files.
Answer to Q3:
If you have installed it in te3 dir then you need to use:
/te3/out.php?s=70&u=
/te3/out.php?es=1&s=70&u=
for more about es=1 parameter you can find in our manual:
http://tradeexpert.net/docs/skimming/
Answer to Q4:
Add it as file input:
/home/user/public_html/tgp/tops/toplist1.php
and as toplsit output:
/home/user/public_html/tgp/newtops/toplist1.php
Answer to Q5:
Yes, you can find the Toplist template tags and manual here:
http://tradeexpert.net/docs/toplist/
if you got any further questions, you can contact us on ICQ and we will be glad to help you.
best regards,
Alex
Yes it must work like it works with other TGP scripts.
Answer to Q2:
Yes, you can use PHP files.
Answer to Q3:
If you have installed it in te3 dir then you need to use:
/te3/out.php?s=70&u=
/te3/out.php?es=1&s=70&u=
for more about es=1 parameter you can find in our manual:
http://tradeexpert.net/docs/skimming/
Answer to Q4:
Add it as file input:
/home/user/public_html/tgp/tops/toplist1.php
and as toplsit output:
/home/user/public_html/tgp/newtops/toplist1.php
Answer to Q5:
Yes, you can find the Toplist template tags and manual here:
http://tradeexpert.net/docs/toplist/
if you got any further questions, you can contact us on ICQ and we will be glad to help you.
best regards,
Alex
Re: Does te3 work with RSTGP ?
Thank you texpert ! I have done the steps you have mentioned above.
Now, Inside my RSTGP script, they say,
"* DON'T FORGET TO ADD YOUR TRADE SCRIPT INCLUDE CODE IN FIRST LINE ON YOUR INDEX"
In tradeexpert manual, it is mentioned:
I added as <?php include "toplist.php"; ?> again got error.
If I add <?php include "toplist1.html"; ?> , the toplist1 is shown above my site header.
Earlier, I have tried Sloth Trader script, In which they gave some Include Code. It worked. But in te3 I don't know what to add.
Below is the error I got:
/tgp/tops (inside it are toplist1.php, toplist2.php, toplist3.php, toplist4.php)
/tgp/outtops (inside it are toplist1.php, toplist2.php, toplist3.php, toplist4.php)
Please let me know what is the include code.
I'm sending you my site url via PM.
I'm really sorry for the trouble I'm causing
Thank you.
Now, Inside my RSTGP script, they say,
"* DON'T FORGET TO ADD YOUR TRADE SCRIPT INCLUDE CODE IN FIRST LINE ON YOUR INDEX"
In tradeexpert manual, it is mentioned:
I added the above code in the 1st line of the index page. Got error.How to include toplist into your web page:
<?php include "toplist.html"; ?>
I added as <?php include "toplist.php"; ?> again got error.
If I add <?php include "toplist1.html"; ?> , the toplist1 is shown above my site header.
Earlier, I have tried Sloth Trader script, In which they gave some Include Code. It worked. But in te3 I don't know what to add.
Below is the error I got:
Now, I have 2 folders containing toplist files.Warning: include(toplist.html) [function.include]: failed to open stream: No such file or directory in /home/username/public_html/tgp/index.php on line 1
Warning: include(toplist.html) [function.include]: failed to open stream: No such file or directory in /home/username/public_html/tgp/index.php on line 1
Warning: include() [function.include]: Failed opening 'toplist.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/tgp/index.php on line 1
/tgp/tops (inside it are toplist1.php, toplist2.php, toplist3.php, toplist4.php)
/tgp/outtops (inside it are toplist1.php, toplist2.php, toplist3.php, toplist4.php)
Please let me know what is the include code.
I'm sending you my site url via PM.
I'm really sorry for the trouble I'm causing



Re: Does te3 work with RSTGP ?
Hello,
can you contact me on ICQ so i can help you out.
best regards,
Alex
can you contact me on ICQ so i can help you out.
best regards,
Alex
Re: Does te3 work with RSTGP ?
You must put the code between the <body><?php include "toplist.html"; ?></ body>.
If you created a folder for the tops should put its path in the code. (<?php include "tops/toplist.html"; ?>)
I am well on my site and works very well. Only put the files in the main directory.

Until you let the code-generated images of the Grabber. Simply place the file created in toplist.tmp (chmod 777) to create a file. Html empty (chmod 644) and is working well. Try it and see for yourself.
Let's see if it looks good.
Cheers
If you created a folder for the tops should put its path in the code. (<?php include "tops/toplist.html"; ?>)
I am well on my site and works very well. Only put the files in the main directory.

Until you let the code-generated images of the Grabber. Simply place the file created in toplist.tmp (chmod 777) to create a file. Html empty (chmod 644) and is working well. Try it and see for yourself.
Code: Select all
<div align="center">
<table width="980" border="0" cellpadding="3" cellspacing="0" align="center">
<tr>
<td align="center"><a href=/te3/out.php?id=##domain:1## target='_blank'><img src="##img:1##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:1##" /><br><img alt="" src="/images/paste.gif"> ##name:1## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:2## target='_blank'><img src="##img:2##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:2##" /><br><img alt="" src="/images/paste.gif"> ##name:2## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:3## target='_blank'><img src="##img:3##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:3##" /><br><img alt="" src="/images/paste.gif"> ##name:3## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:4## target='_blank'><img src="##img:4##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:4##" /><br><img alt="" src="/images/paste.gif"> ##name:4## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:5## target='_blank'><img src="##img:5##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:5##" /><br><img alt="" src="/images/paste.gif"> ##name:5## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:6## target='_blank'><img src="##img:6##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:6##" /><br><img alt="" src="/images/paste.gif"> ##name:6## <img alt="" src="/images/paste1.gif"></a></td>
</tr><tr>
<td align="center"><a href=/te3/out.php?id=##domain:7## target='_blank'><img src="##img:7##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:7##" /><br><img alt="" src="/images/paste.gif"> ##name:7## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:8## target='_blank'><img src="##img:8##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:8##" /><br><img alt="" src="/images/paste.gif"> ##name:8## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:9## target='_blank'><img src="##img:9##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:9##" /><br><img alt="" src="/images/paste.gif"> ##name:9## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:10## target='_blank'><img src="##img:10##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:10##" /><br><img alt="" src="/images/paste.gif"> ##name:10## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:11## target='_blank'><img src="##img:11##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:11##" /><br><img alt="" src="/images/paste.gif"> ##name:11## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:12## target='_blank'><img src="##img:12##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:12##" /><br><img alt="" src="/images/paste.gif"> ##name:12## <img alt="" src="/images/paste1.gif"></a></td>
</tr><tr>
<td align="center"><a href=/te3/out.php?id=##domain:13## target='_blank'><img src="##img:13##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:13##" /><br><img alt="" src="/images/paste.gif"> ##name:13## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:14## target='_blank'><img src="##img:14##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:14##" /><br><img alt="" src="/images/paste.gif"> ##name:14## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:15## target='_blank'><img src="##img:15##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:15##" /><br><img alt="" src="/images/paste.gif"> ##name:15## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:16## target='_blank'><img src="##img:16##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:16##" /><br><img alt="" src="/images/paste.gif"> ##name:16## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:17## target='_blank'><img src="##img:17##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:17##" /><br><img alt="" src="/images/paste.gif"> ##name:17## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:18## target='_blank'><img src="##img:18##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:18##" /><br><img alt="" src="/images/paste.gif"> ##name:18## <img alt="" src="/images/paste1.gif"></a></td>
</tr><tr>
<td align="center"><a href=/te3/out.php?id=##domain:19## target='_blank'><img src="##img:19##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:19##" /><br><img alt="" src="/images/paste.gif"> ##name:19## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:20## target='_blank'><img src="##img:20##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:20##" /><br><img alt="" src="/images/paste.gif"> ##name:20## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:21## target='_blank'><img src="##img:21##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:21##" /><br><img alt="" src="/images/paste.gif"> ##name:21## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:22## target='_blank'><img src="##img:22##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:22##" /><br><img alt="" src="/images/paste.gif"> ##name:22## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:23## target='_blank'><img src="##img:23##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:23##" /><br><img alt="" src="/images/paste.gif"> ##name:23## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:24## target='_blank'><img src="##img:24##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:24##" /><br><img alt="" src="/images/paste.gif"> ##name:24## <img alt="" src="/images/paste1.gif"></a></td>
</tr><tr>
<td align="center"><a href=/te3/out.php?id=##domain:25## target='_blank'><img src="##img:25##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:25##" /><br><img alt="" src="/images/paste.gif"> ##name:25## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:26## target='_blank'><img src="##img:26##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:26##" /><br><img alt="" src="/images/paste.gif"> ##name:26## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:27## target='_blank'><img src="##img:27##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:27##" /><br><img alt="" src="/images/paste.gif"> ##name:27## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:28## target='_blank'><img src="##img:28##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:28##" /><br><img alt="" src="/images/paste.gif"> ##name:28## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:29## target='_blank'><img src="##img:29##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:29##" /><br><img alt="" src="/images/paste.gif"> ##name:29## <img alt="" src="/images/paste1.gif"></a></td>
<td align="center"><a href=/te3/out.php?id=##domain:30## target='_blank'><img src="##img:30##" border="1" style="border-radius: 5px 5px 5px 5px; padding: 0px;" alt="" title="##name:30##" /><br>##name:30## <img alt="" src="/images/paste1.gif"></a></td>
</tr>
</table>
</div>
Cheers

http://www.amadorasfamintas.com/ - http://www.amadorasfamintas.com/te3/signup.php
The next generation traffic network PlugRush Build your own unique widget in minutes.
The next generation traffic network PlugRush Build your own unique widget in minutes.
Re: Does te3 work with RSTGP ?
Remove the code tags <img alt="" src="/images/paste.gif"> and <img alt="" src="/images/paste1.gif">.
Sorry
Sorry

http://www.amadorasfamintas.com/ - http://www.amadorasfamintas.com/te3/signup.php
The next generation traffic network PlugRush Build your own unique widget in minutes.
The next generation traffic network PlugRush Build your own unique widget in minutes.