View Single Post
Old 08-28-2007, 04:06 AM   #2
mark40
Green Mole
 
Join Date: Aug 2007
Posts: 2
I have been investigating this problem all morning and found that when the phpdigTestUrl function tries to open the socket connection:

line 337: $fp = @fsockopen($host,$port);

This returns false so the status is set to NOHOST. When I tested the socket connection locally for the same domain it worked fine so the problem seems to be when trying the initiate a socket connection for the same domain PhpDig is on. Has anyone else come across this problem and found a solution?

Thanks
mark40 is offline   Reply With Quote