Go Back   Novahq.net Forum > phphq.Net > phphq.Net Forums

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 01-19-2005, 11:20 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,965

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
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -5. The time now is 03:29 AM.




Powered by vBulletin®