View Single Post
  #2  
Old 12-02-2012, 08:28 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
this issue has become clear:
while file_get_contents not working,
run shell command:
Code:
#curl -I www.bing.com
curl: (7) Failed to connect to 2001:4870:a14a:100::cebe:4fd2: Network is unreachable
#host www.bing.com
www.bing.com is an alias for a134.dsw3.akamai.net.
a134.dsw3.akamai.net has address 64.30.215.190
a134.dsw3.akamai.net has IPv6 address 2001:4870:a14a:100::cebe:4fd9
a134.dsw3.akamai.net has IPv6 address 2001:4870:a14a:100::cebe:4fd2
#curl -I -H "host:www.bing.com" 64.30.215.190
curl: (7) couldn't connect to host
so it's clear that accessing to www.bing.com too frequently(in php script) has caused the server's IP banned by bing. Usually IP banned for some time temporarily. after some time, can access bing again.
Reply With Quote