View Single Post
Old 2007-02-15, 10:56 PM   #5
Wazdom
WHO IS FONZY!?! Don't they teach you anything at school?
 
Wazdom's Avatar
 
Join Date: Jan 2007
Location: Australia
Posts: 43
Send a message via ICQ to Wazdom
the toplist templates are easy enough, the .templ files are where you set toplist layout, .html is the files updated every 1hr .. you call the file the same way as the in.php .. eg
<!--#include file="toplist/template1.html" --> for ssi

default apache server setups when using ssi you have to call/save the file as *.shtml for ssi to parse .. some servers have ssi parsing truned on so this is not needed, depends on your host .. are you counting hits in without problems? if you are using ssi this will be the indicator for working or not. you should probally save .htm as .shtml anyway, best practice
the code to count hits in using ssi is
<!--#include file="in.php" -->

hope I got that out clear
Wazdom is offline   Reply With Quote