View Single Post
  #4  
Old 01-20-2005, 07:49 AM
varg
Unregistered

Posts: n/a

Thanks its great news if the info is allready in the bab db. And why shouldn't it, it displays the name of the best players, so it has to know when they played...

I took a quick look for "base64" in some of the files now, couldn't find it. But I'll take a closer look at some more files when I get home tonight.
I guess I should have mentioned that I am using babstats v3 .
(http://www.mapmakersheaven.com/bab/)

//Edit just as I closed my editor I checked status.php where it lists
[code:1:f57ae5f8f2] $game = base64_decode($game);
$servername = base64_decode($servername);
$mapname = base64_decode($mapname);
$idcode = base64_decode($idcode);[/code:1:f57ae5f8f2]
I'm gonna mess with this later as I said, but I'm definitly going to need some help at one point or another
Reply With Quote