View Single Post
Old 11-27-2003, 05:30 PM  
bounty
Senior Member
 
Join Date: Aug 2002
Posts: 529
Default other ranking announce setup

for ranking announce you must add a cookie in your zipscript log STATS:

here is the modification for project-zs/zipscript-c

search for line:
#define user_top "%n. %B%u%B/%-10g [%.1mM/%fF/%.1p%%/%.0sKB/s]"

and replace with:
#define user_top "%n. %B%u%B/%-10g [%.1mM/%fF/%.1p%%/%.0sKB/s] - rank:%u"

here the cookie is rank:%u



here is the modification for php_psio

search for line:
$user_top = "STATS: \"%v\" \"%n. %B%u%B/%g [%mM/%fF/%p%/%sKB/s]\"";

and replace with:
$user_top = "STATS: \"%v\" \"%n. %B%u%B/%g [%mM/%fF/%p%/%sKB/s] - rank:%u\"";

here the cookie is also rank:%u

have fun
bounty
bounty is offline   Reply With Quote