Toplist
Add new
There are two methods for creating new toplist:
1. Form input: You can add toplist templates directly into the system through the "Form input" field. For the start, you can simply copy-paste the example template below into the "Form input" field. Your new template will be stored to a specified location on your server. Enter this location into the "Save as" field (full path of where you want your new toplist-template file to be created + filename). For example: /home/nosferatu/domains/nakedamateurs69.com/htdocs/toplist.tmp
2. File input: Create an empty text file named "toplist.tmp" in your favorite text editor and upload it through FTP into your public HTML directory.
Existing
You can update / delete existing toplists here.
Example template
Цитата: |
Example toplist:<br>
<table>
<tr><td><a href=/cgi-bin/te/o.cgi?id=##id:1##>##name:1##</a></td></tr>
<tr><td><a href=/cgi-bin/te/o.cgi?id=##id:2##>##name:2##</a></td></tr>
<tr><td><a href=/cgi-bin/te/o.cgi?id=##id:3##>##name:3##</a></td></tr>
</table> |
Template codes
##id:x## - will print "ID" of a trade. For example: ##id:6## will display trade ID for the trade number six.
##name:x## - will print "site name". For example: ##name:4## will display toplist name for trade number four.
##desc:x## - will print "toplist description". For example: ##desc:3## will display toplist description for trade number three.
##img:x## - will print "image source". For example: <img src=##img:1## border=0> will display toplist image for trade number one.
##img-x
## - will print "image source". For example: <img src=##img-2:1## border=0> will display second toplist image for trade number one.
##raw:x## - will print "raw" hits. For example: <a href=/cgi-bin/te/o.cgi?id=##raw:2##> will print raw hits for trade number two.
##uniq:x## - will print "uniques". For example: ##uniq:5## will print unique hits for trade number five.
##click_t:x## - will print trade "clicks". For example: ##click_t:3## will print trade clicks for trade number three.
##click_tg:x## - will print total "clicks" (trade + gallery clicks). For example: ##click_tg:1## will print total clicks for trade number one.
##out:x## - will print outgoing hits. For example: ##out:3## will print outgoing hits for trade number three.
##out_t:x## - will print total outgoing hits (outgoing + free). For example: ##out_t:3## will print outgoing hits for trade number three.
##outuniq:x## - will print outgoing uniques. For example: ##outuniq:2## will print outgoing uniques for trade number two.
##value:x## - will print trade "value". For example: ##value:7## will print "value" for trade number seven.
##owed:x## - will print "owed" ratio. For example: ##owed:5## will print "owed" ratio for trade number five.
##ratioraw:x## - will print "ratio raw". For example: ##ratioraw:4## will print "ratio raw" for trade number four.
##balanceraw:x## - will print balance raw (outgoing total - incoming raw). For example: ##balanceraw:2## will print balance raw for trade number two.
##balanceratioraw:x## - will print balance ratio raw (incoming raws / outgoing total). For example: ##balanceratioraw:2## will print balance ratio raw for trade number two.
##balanceuniq:x## - will print balance uniq (outgoing uniq - incoming uniq). For example: ##balanceuniq:2## will print balance uniq for trade number two.
##balanceratiouniq:x## - will print balance ratio uniq (incoming uniq / outgoing uniq). For example: ##balanceratiouniq:2## will print balance ratio uniq for trade number two.
##return_url:x## - will print "return url" of a trade.
##domain:x## - will print "domain" of a trade.
##nick:x## - will print nickname of a webmaster who signed up this trade.
##email:x## - will print e-mail of a webmaster who signed up this trade.
##icq:x## - will print ICQ number of a webmaster who signed up this trade.