MySQL_Narb Posted April 14, 2013 Share Posted April 14, 2013 I'm trying to make a cool little script that reads the shoutbox on a site, and makes automatic replies with a AI API. However, when I try to access the site in cURL, it's as if it's getting blocked or something. curl_setopt($ch, CURLOPT_REFERER, 'http://nodusgriefing.com/index.php'); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1'); As you can see, I did try setting the user agent; however, it was to no avail. All I see is a blank page, and the tab title is just "->". Any ideas on how I can go about this? Link to comment https://forums.phpfreaks.com/topic/276920-getting-curl-to-access-this-site/ Share on other sites More sharing options...
jcbones Posted April 14, 2013 Share Posted April 14, 2013 You must login. Link to comment https://forums.phpfreaks.com/topic/276920-getting-curl-to-access-this-site/#findComment-1424629 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.