看板 PHP 關於我們 聯絡資訊
問一個很笨的問題 我想連上 group.nctu.edu.tw:119 是直接用 $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); socket_connect($socket,'group.nctu.edu.tw',119); 就行了嗎? 因為他一直出現以下錯誤,查了相關資料,有人說是權限問題,但沒看到解法 -.-" 不知有沒有人 可以給我一個方向 或網址 讓我慢慢去看相關資訊 感恩 Warning: socket_connect() [function.socket-connect]: unable to connect [110]: Connection timed out in /home/a4784349/public_html/news/news.php on line 5 Warning: socket_read() [function.socket-read]: unable to read from socket [107]: Transport endpoint is not connected in /home/a4784349/public_html/news/news.php on line 6 Warning: socket_write() [function.socket-write]: unable to write to socket [32]: Broken pipe in /home/a4784349/public_html/news/news.php on line 21 Warning: socket_read() [function.socket-read]: unable to read from socket [107]: Transport endpoint is not connected in /home/a4784349/public_html/news/news.php on line 26 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 219.70.232.118 ※ 編輯: clv 來自: 219.70.232.118 (05/20 13:22)
yuleen123:應該是被 group.nctu.edu.tw 擋住了 05/20 15:13
clv:那有人知有什麼方法可以連news group嗎? 05/20 16:38
yuleen123:寫信到 group.nctu.edu.tw 請他們將你的 IP 加到名單中 05/20 16:54
clv:奇怪 為啥連PORT80都不能用 我用DOC去LOAD他的XML可以 05/20 17:30
clv:哇哩咧 socket_read 會超時哩 05/20 18:59
clv:發現只能連port 80的 其它port都連不上 任何地方都不行 05/20 22:30
chrisQQ:要有 *.twbbs.org 的 domain 才可以。 05/21 10:45
clv:可 我連 news.php.net 119也不行哩 05/21 20:02