View Single Post
Old 2005-10-14, 09:16 AM   #1
PhoenixBlue
Rock stars ... is there anything they don't know?
 
Join Date: Oct 2005
Posts: 17
Send a message via ICQ to PhoenixBlue Send a message via AIM to PhoenixBlue Send a message via Yahoo to PhoenixBlue
Quote:
Originally Posted by Halfdeck
It's not the only way.

If you really want to track incoming hits from LL, put a php script on top of the index.html page that parses domain name from the referrer info and record the url/domain name combo in mysql.
Referrer is not dependable:
'HTTP_REFERER'

The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.
PhoenixBlue is offline   Reply With Quote