Jump to content

Recommended Posts

Posted

http://evermore.ru/who/

 

<?php
if (!IsSet($ip)) die('IP required');
if (!IsSet($port)) $port=7777;
$fs=@fsockopen($ip,$port) or die('Sock ERROR');
$pck=pack("vCi",6,0,-3);
fwrite($fs,$pck);
$r=fread($fs,73);
fclose($fs);
$a=unpack("vsize/Cid/iworld/imax/icurrent/iplaying/istore",$r);
echo "SYS: current({$a[current]}), playing({$a[playing]}), private store({$a[store]}), max({$a[max]})\n";
?>

Posted

There is a gm command '//who', that shows info about L2Server. This script allows to view such info without any gm/admin privileges (you just must know server's ip).

Posted

Hint in mxc? We own :D

 

(nice script btw ;) )

Date Registered:  December 24, 2005, 08:28:35 AM

Hint is an old member.... ;) Nice job Hint +1 Karma....

Xoroshoia Robota Bratan! ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...