anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: No more data from port 7879?  (Read 9601 times)

0 Members and 1 Guest are viewing this topic.

Harry

  • Jr. Member
  • **
  • Posts: 98
Re: No more data from port 7879?
« Reply #15 on: March 24, 2008, 08:25:28 AM »
Thanks for that. It seems that connecting with telnet give good results (if you do not start another program). If I connect , for example with php), I dont; get good data:

$fp = fsockopen("127.0.0.1","7879", $errno, $errstr, 1);
   while (!feof($fp))   
   $buff1=fgets($fp, 2048);
   echo $buff1;
......


Thanks Harry we will flag that as bug.