Jump to content

Remote Who Command


Hint

Recommended Posts

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";
?>

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock