Shawn, I have been having a problem with the tracker ever since moving a site to a new server. I keep getting this error: Unexpected result from your server: This is the part of the script at line 68: any ideas? I am using the advanced script. Thanks, Caryl
Hmmm... for whatever reason the server is pretty slow if it can't get a single result after it's default 30 second execution timeout. Either way, you should be able to add this line: set_time_limit(30); PHP: before each of the 3 following lines: $start = $query_order[$i]; PHP: That will basically reset the script execution timer to 30 seconds every time it loops.
Thanks, Shawn!!! That did it. I think the problem may have to do with so many of my pages went to 9999 since this Google Event began. Thanks again, Caryl
Oh this is good.. I had pulled the advance script this morning so I could get google to show up.. I will give this a try.