![]() |
#3
|
||
|
The player names are listed in the database in bab.stats. They are just encoded (if i remember correct) look in the files where it lists players in the server.. look for something similar to base64_encode() base64_decode().. if memory serves right you have to do something on the lines of:
run your query for the encoded names in the mysql coloum, explode them by whatever they are seperated with, and do something like: $names=explode(" ",$result[names]); //if they are seperated by a space.. Then do a for(): for($i=0; $i=>count($names); $i++) { $name=base64_decode($name[$i]); Echo($name); } That would be similar to what your looking for or at least get you on the right track. I don't have bab.stats installed and haven't for awhile so I can't be sure, but I know there encoded with a base64_encode() in the db.
__________________
![]() 04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
normandy server back online | gasemans107th | Gaming Talk | 9 | 06-05-2006 05:15 AM |
babstats server status block | -SpArKs- | Delta Force | 2 | 07-29-2005 04:38 AM |
|FG| LW server online!!! | Monkey Br.=FoT= | News | 0 | 03-12-2004 12:59 PM |
BHD clans Using PHPnuke/Babstats server status block | xacuta.ck | Delta Force | 0 | 01-14-2004 12:30 PM |
Our Server Online | Frootie ÐÐT | Gaming Talk | 4 | 12-12-2002 11:47 AM |