Forum Moderators: DixonJones
So how can I extract referrer data without having access to raw logs? Any ideas? I tried some counter scripts but they were useless since they only track the keyword serps but they do not make transparent if a spider crawled my site.
I'd change hosts, personally, but the variables you want to look for are REMOTE_ADDR and HTTP_USER_AGENT for spiders etc. also, for search engine referrals the variable HTTP_REFERER is golden :)