Quote:
Originally Posted by Jafo232
I had a problem until I put the MOTD on the server.. If MOTD was missing, it would lock up.
To troubleshoot what is going on, find this line in the cron file:
Code:
while(!feof($conn))
{
// eine Zeile hollen
$data=fgets($conn, 1024);
Add this line:
Then run the cron task manually and it should output what is being seen.
|
yes it needs motd
because i let the bot you the server, after i see the end of the motd-code
so i know that connect was success and user is authentificated by the server