Results 1 to 10 of 14

Thread: Need help with PHP UDP status script

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Still to do:

    PHP Code:
    $con fsockopen("udp://$ip"$port$errno$errstr3);
    echo 
    $errno " " $errstr
    timescale 0.01

  2. #2
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts
    Quote Originally Posted by kung foo man View Post
    Still to do:

    PHP Code:
    $con fsockopen("udp://$ip"$port$errno$errstr3);
    echo 
    $errno " " $errstr
    dont work to;(

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •