there seems to be a problem with my godaddy server communicating with your server. To explain why I believe this,
I went to do some upgrades to the BotScout Drupal module but before I could change anything I noticed it wasn't working correctly.
It would throw an error that showed it wasnt getting a response from the query to your server
so I try from my home server and it works
Heres you can see the response from my home server
http://www.bluesheep-security.info/test.phpAnd the same file on my godaddy server
http://www.acetolyne.net/Development6/test.php(if you wait long enough it throws an error about connection timeout)
Warning: file_get_contents(
http://botscout.com/test/?name=acetolyne) [function.file-get-contents]: failed to open stream: Connection timed out in /home/content/a/c/e/acetolyne/html/Development6/test.php on line 3
So I think okay my godaddy server has a problem? It was working before and all of a sudden quit?
So I file_get_contents() something else from another site it works just fine.
here it gets the robots.txt file from youtube
http://www.acetolyne.net/Development6/test2.phpOk then why the response from your server?
So I try to wget a file on your server and still I get an error
I use wget
http://www.botscout.com/download.php?file=1It starts downloading but then throws the error
Connection reset by peer retrying
after that it keeps repeating Connection timed out
Is your server blocking godaddy's server maybe or does anyone have any other ideas as to what might be happening?
Thx for your time in resolving this issue