mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [ 101363 ] ML ignores Telnet through PHP-Socket


From: nobody
Subject: [Mldonkey-bugs] [ 101363 ] ML ignores Telnet through PHP-Socket
Date: Wed, 09 Apr 2003 09:58:28 -0400


Support Request #101363, was updated on Sun 10/06/2002 at 08:39
You can respond by visiting: 
http://savannah.nongnu.org/support/?func=detailsupport&support_id=101363&group_id=1409

Category: None
Status: Open
Priority: 5
Summary: ML ignores Telnet through PHP-Socket

By: houlingang
Date: Wed 04/09/2003 at 09:58
Logged In: NO 
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)

I got the same problem too. I guess php has some problem to 
connect to localhost. If connect to another IP, everything 
will be fine.

----------------------------------------------------------------------

By: dot.com2000
Date: Sun 10/06/2002 at 08:39
Logged In: NO 
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)

Hi all!

I just tried coding some nice GUI for the ML in PHP. 
I'd like to connect the ML through Telnet, over some 
PHP-Socket. 

So i opened a socket:

<?
$sock = fopen("localhost",4000);
echo fread($sock, 1024);
?>

The Socket is correct opened, but nothing is given 
back when I read from it. A manual Telnet-Connection 
works fine and gives me the LoginMessage correct...

Is there any knowen problem or another idea to do this 
connection??

Thanks!
Toby


----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.nongnu.org/support/?func=detailsupport&support_id=101363&group_id=1409




reply via email to

[Prev in Thread] Current Thread [Next in Thread]