Adsense Stats Grabber help...

Status
Not open for further replies.

JoeZ

New member
Dec 13, 2006
342
9
0
39
Tampa
So I suck, I know.

I'm trying to run a stats grabber for adsense. Code is something like this link
999 Tutorials - Get adsense stats from PHP

My problem is that I'm on hostgator and am getting this error:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/public_html/mysite/adsenseloggerinner.php on line 76

What can I do to get it running again?
 


Are you using shared hosting or some kind of full control of your server?
If you have full control, find the php folder. Open php.ini. Search for safe_mode or safe mode or something. Set it to 0 instead of 1 or however it's written.

If you don't have that kind of access, search for CURLOPT_FOLLOWLOCATION in your php script and remove that line with that in. Probably something like
curl_setopt("CURLOPT_FOLLOWLOCATION",true);
Could still work.
 
Status
Not open for further replies.