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? Quote Link to comment Share on other sites More sharing options...
jcbones Posted April 14, 2013 Share Posted April 14, 2013 You must login. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.