2 年前它起作用了,现在却出现了一些令人讨厌的错误,我找不到它为什么不起作用的答案:
$this->BotSocket = socket_create(AF_INET,SOCK_STREAM,SOL_TCP);
if (!$this->BotSocket) {
die('Socket error1 : '.socket_strerror(socket_last_error()));
}
/**
* Bind the socket to make it irc'able
*/
if(!socket_bind($this->BotSocket, $this->BotConfig['hostname'])) {
die('Socket error2 : '.socket_strerror(socket_last_error()));
}
if(!socket_connect($this->BotSocket, $this->BotConfig['server'], $this->BotConfig['port'])) {
die('Socket error3 : '.socket_strerror(socket_last_error()));
}
和连接字符串:
$this->BotConfig = array(
/**
* Bot configuration for information
*/
'nickname' => 'Muts',
'realname' => 'Vii personal funbot',
'ident' => 'Muts',
/**
* Bot server configration
*/
'hostname' => 0,
'server' => 'OGN2.OnlineGamesNet.net',
'port' => 6667,
(数组中有更多它是正确关闭的)和我得到的错误:
警告:socket_connect() [function.socket-connect]:无法连接 [110]:第 225 行 /home/patrick/domains/xxxx/public_html/muts/bot.php 中的连接超时 套接字错误 3:连接超时
有人可以帮我解决这个问题吗?
还值得注意: - 使用 telnet 使用相同的连接设置 - 使用 mIRC 使用相同的连接设置 - 它正在运行一个网络服务器(外部而不是本地计算机)
主机的结果:OGN2.OnlineGamesNet.net 是 ogn2.ogamenet.net 的别名。ogn2.ogamenet.net 地址为 79.110.87.154 - traceroute:traceroute 到 79.110.87.154 (79.110.87.154),最大 30 跳,40 字节数据包