FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Can not import NNTP messages
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Can not import NNTP messages [message #36044 is a reply to message #35972] Thu, 01 March 2007 01:50 Go to previous messageGo to previous message
greg is currently offline  greg   China
Messages: 18
Registered: February 2007
Karma:
Junior Member
i use the following code to test on my server:
<?php
$fp = fsockopen("news.grc.com", 119, $errno, $errstr);
if (!$fp) {
   echo "ERROR: $errno - $errstr<br />\n";
} else {
   fwrite($fp, "\n");
   echo fread($fp, 26);
   fclose($fp);
}
?> 


it's report as:
ERROR: 110 - Connection timed out

i try to add news:// before the url, it's said, Error: 0 - Success.

Please help me to fix it?
do i need do some setting on my server to get it run?

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: cant install because GLOBALS.php
Next Topic: Two more issues...
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Oct 19 20:34:35 GMT 2024

Total time taken to generate the page: 0.04032 seconds