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! ;)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..