pkuharic
07-12-2007, 02:55 AM
hi,
i have a futurequest-hosted site. for over a year, i have been retrieving data from my futurequest-hosted site, usign cURL from a remote website.
starting today, that remote website was no longer able to retrieve data from my futurequest-hosted site. upon trying to run cURL, the script just stalls out.
could it possibly be that FQ setup something that assumes that my remote website is hitting my fq site too often? (this has gotten to the point where it involves several thousand hits per hour, 24/7).
here is the script, which is hosted on a non-futurequest server, and worked fine for over a year, but stopped working today:
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://www.my-futurequest-hosted-website.com/webpage.php');
i have a futurequest-hosted site. for over a year, i have been retrieving data from my futurequest-hosted site, usign cURL from a remote website.
starting today, that remote website was no longer able to retrieve data from my futurequest-hosted site. upon trying to run cURL, the script just stalls out.
could it possibly be that FQ setup something that assumes that my remote website is hitting my fq site too often? (this has gotten to the point where it involves several thousand hits per hour, 24/7).
here is the script, which is hosted on a non-futurequest server, and worked fine for over a year, but stopped working today:
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://www.my-futurequest-hosted-website.com/webpage.php');