Jump to content

dusty

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by dusty

  1. 400kb/s down 30kb/s up cox has it labeled as a 3mb line but sometimes i even get up to ~450kb/s steady.
  2. <? $server['ip'] = $_GET['ip']; $server['port'] = $_GET['port']; $fp = @fsockopen("udp://" . $server['ip'], $server['port'] + 123); if(!$fp) { die("No Response"); } else { fwrite($fp,"s"); $data = fread($fp,4096); $data = preg_replace("/{5}\??|\?/","/////",$data); $data = explode("/////",$data); $raw = preg_replace("/^EYE1??(gta3)?mta\[0-9]{4}||||/","/////",$data[0]); list($null,$server['name'],$server['version'],$null,$server['current'],$server['max']) = explode("/////",$raw); $server['players'] = array_slice($data,1,-1); } print_r($server); ?> to display the players correctly you'd just chop the first character off like foreach($server['players'] as $temp) { echo substr($temp,1) . " "; } should work for gta3 and vc
  3. make your config.cfg read-only in your vc folder
  4. http://mta.tyyy.org/dev/MTAP/MTAP-1.1.zip if you want to try it out, it's pretty functional now i think. check out the readme for a few instructions on installing.
  5. i mean it's a mta server query tool for mirc
  6. toying around with irc.. update: fixed player list and reworked some of the tokens to make it a bit more accurate
  7. dusty

    phpMTAS release

    if you want you can message me on aim, "Dusty is c00lieo" is my sn. i will help you set it up.
  8. yeah just photoshop, selected the chat box and motion blurred it
  9. dusty

    phpMTAS release

    thanks guys, remember it's just a beta so if you notice any bugs or have any suggestions let me know
  10. dusty

    phpMTAS release

    here is an alternative for server admins with mysql access. it's only in day 3 of development but seems pretty stable, but if you should find any bugs please let me know. check the readme for brief instructions. demo: http://mta.tyyy.org download: http://mta.tyyy.org/dev
×
×
  • Create New...