PHP Status script! L2J 

Status
Not open for further replies.
🚫
Exiled
Joined
Jul 6, 2004
Messages
31
Reaction score
0
Did anyone actually got it working?

I'm getting this error:

Parse error: parse error, unexpected T_STRING in c:\easyphp\www\lineage2\status.php on line 80
 
Well, line 80 says:
Code:
); while(list($ServerName,$Host)=each($IP)) {

Turn it into:
Code:
);
while(list($ServerName,$Host)=each($IP)) {

I can't guarantee you it will fix it, but it may.
I can't see what else would be the problem, unless you edited it in any way.
 
Upvote 0
I have'nt tested my script on local, you should wait my next script with Ping, UP/down, how many player....
 
Upvote 0
Status
Not open for further replies.
Back