17 Apr 11, 01:52AM
(This post was last modified: 17 Apr 11, 01:34PM by MrYanDao|W$N|.)
MrYanDao|W$N| agrees to what flowtron said :D
I've started on my own server status "project" again.
Let me give you a hint.
Download acRunner and analyse the script.
Goodluck(:
EDIT:
@flowtron : Haha ! Sorry ! I just follow the format of acRunner. And it appears to be
Didn't notice that! Thanks anyway.
EDIT EDIT :
Sorry it isn't acRunner !
It's a PHP server browser script by the same author
http://forum.cubers.net/user-7563.html
I've started on my own server status "project" again.
Let me give you a hint.
Download acRunner and analyse the script.
[SELECT ALL] PHP Code:
$ac = new AssultCube();
$d = $ac->getServerInfo($ip, $port, false);
foreach($d['players'] as $pl) {
{
$p .= "<td>".$pl."<td>";
}
$f= json_encode($d);
EDIT:
@flowtron : Haha ! Sorry ! I just follow the format of acRunner. And it appears to be
[SELECT ALL] PHP Code:
class AssultCube
EDIT EDIT :
Sorry it isn't acRunner !
It's a PHP server browser script by the same author
http://forum.cubers.net/user-7563.html