PDA

View Full Version : UCJ IV Toplist


Appie
08-05-2001, 01:29 PM
I need some help to insert a toplist in my UCJ IV index.shtml page.
top100.html does update, but how do I make it a part of my index.shtml page?

Any help is more than welcome!

thanx,
Appie

Bullet
08-05-2001, 02:10 PM
<font face="Verdana, Arial" size="2">Originally posted by Appie:
I need some help to insert a toplist in my UCJ IV index.shtml page.
top100.html does update, but how do I make it a part of my index.shtml page?

Any help is more than welcome!

thanx,
Appie </font>


If you want to put the top 10/100, there's a little coding that you stick in where ever you want it configured on your site. It looks like &lt;--include toplist.cgi something...--&gt;

Buzzman
08-05-2001, 02:13 PM
Here's a quick way I did it and it looks like your on your way.
If you want a top 10 list on your index.shtml then create the template that way you want it set up and call it ttop10.html, creat a blank file called top10.html. Upload both to where your top100 is and chmod them to 777.
Now on your index.shtml just use a ssi tag to place it where ever you want.
&lt;!--#include file="top10.html"--&gt;
If your main page is in a sub-directory like
domain.com/tgp/main.shtml
&lt;!--#include virtual="/top10.html"--&gt;
Hope this helps.

Burtman

Appie
08-05-2001, 04:03 PM
It works fine now, wish I had posted it here before: it would have saved a me a desperate day http://bbs.adultwebmasterinfo.com/ubb/wink.gif THANKS!!

Appie


<font face="Verdana, Arial" size="2">Originally posted by Burtman:
Here's a quick way I did it and it looks like your on your way.
If you want a top 10 list on your index.shtml then create the template that way you want it set up and call it ttop10.html, creat a blank file called top10.html. Upload both to where your top100 is and chmod them to 777.
Now on your index.shtml just use a ssi tag to place it where ever you want.
&lt;!--#include file="top10.html"--&gt;
If your main page is in a sub-directory like
domain.com/tgp/main.shtml
&lt;!--#include virtual="/top10.html"--&gt;
Hope this helps.

Burtman</font>