can anyone help me with the cjultra toplist. how do i get it to show. thanks
cjultra toplist
Collapse
X
-
Tags: None
-
You just set it how you want it by clicking on Auto Toplist and modifying the HTML for the toplist. Then you can just open toplist.php and see your toplist, and you can easily include it on your website using a PHP include. -
do i add each individual site. isn't it suppose to track the site with the most hits and order them according to most hits. it looks like i have to manually change the top list and keep track myself.
http://www.huskersforall.com/cjultra/toplist.php
i inputed two right now. and this is what i'm getting with 10 rows 1 column.
thanks for your help.Comment
-
It should do it automatically.... Are you using the codes correctly? You're supposed to have these codes in it, the script replaces them with the actual results.
*name* --- name of the site
*domain* --- domain of the site
*url* --- url of the site
*hits* --- hits of the site
*number* --- rank of the siteComment
-
-
-
You betcha...
Just replace the path, and it should work fine.PHP Code:<? include 'path/to/toplist.php'; ?>
Comment
-


Comment