17 Sep, 2006, Zeno wrote in the 1st comment:
Votes: 0
Quicksilver Forums has exited with an error

socket_connect() [function.socket-connect]: unable to connect [113]: No route to host
Warning [2]:
The error was reported on line 513 of /home/mudbytes/public_html/func/mudlist.php

Code:
511
512 $mud_socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
513 $conn = socket_connect($mud_socket, $host, $port);
514
515 if (!$conn)


Check status of problem (recommended)
View debug information (advanced)
Return to the board


Tried a 'Check Connection' on EOTMUD. Looks like you'll want to change the code to cover more errors.
17 Sep, 2006, Guest wrote in the 2nd comment:
Votes: 0
Blargh. Looks to be easy enough to fix. Will just need to suppress connection errors.

Edit: And lo and behold, it was easy to suppress :)
17 Sep, 2006, Hades_Kane wrote in the 3rd comment:
Votes: 0
Unfortunately, the entire server End of Time is hosted on seems to be experiencing difficulities, as none of the other sites or MUDs are loading right now. Hopefully it will be corrected soon…
18 Sep, 2006, Hades_Kane wrote in the 4th comment:
Votes: 0
Ok, it's back up now.
10 Oct, 2006, Zeno wrote in the 5th comment:
Votes: 0
I killed it again.
Quicksilver Forums has exited with an error

socket_recv() [function.socket-recv]: unable to read from socket [104]: Connection reset by peer
Warning [2]:
The error was reported on line 518 of /home/mudbytes/public_html/func/mudlist.php

Code:
516 return $this->message("MUD Status", "Failed to connect.");
517
518 socket_recv($mud_socket, $buffer, 60000, 0);
519
520 if ($buffer != "") {


Check status of problem (recommended)
View debug information (advanced)
Return to the board
11 Oct, 2006, Guest wrote in the 6th comment:
Votes: 0
Blasted php errors. Fixed.
0.0/6