Hi - is there a way to block spy tools from seeing a landing page?
I have been experimenting with monitoring $_SERVER['HTTP_REFERER'] in my PHP code, but very often this is blank or not sent - and is not reliable.
So is there a way to differentiate between sites such as Facebook and spy tool sites - both of which may be using the same landing page link?
Thanks
I have been experimenting with monitoring $_SERVER['HTTP_REFERER'] in my PHP code, but very often this is blank or not sent - and is not reliable.
So is there a way to differentiate between sites such as Facebook and spy tool sites - both of which may be using the same landing page link?
Thanks