Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: dorisco on March 04, 2009, 02:01:06 PM
-
My toplist seems to work fine,
Question is how do I display it on my site (words only,not thumbs)
what code should i use in my main page?
thanks D
-
U should use php or shtml includes based on what you use on your main page, examples:
shtml:
<!--#include virtual="/path/to/toplist.html"-->
or
php:
<?php virtual("/path/to/toplist.html")?>
-
would the path be toplist in or toplist out??
Thanks Again D
-
toplist out, but only part from root, so from htdocs, www or public_html(it depends from host to host). post me absolute url here and I will give you exact code to use.
-
my toplist out is
www.mysite.com/tp/toplist/toplist1.html
What code should I Use
Thanks Dorisco
-
<!--#include virtual="/tp/toplist/toplist.html"-->
Or
<?php virtual("/tp/toplist/toplist.html")?>
-
thnx ;)
-
Just a little error, thought id tell anyone reading!
<!--#include virtual="/tp/toplist/toplist.html"-->
did not work then relised why,
did not put my 1 in it
so <!--#include virtual="/tp/toplist/toplist1.html"-->
Thanks Dorisco :)