Lynx users are hackers!
Friday, January 28th, 2005Boing Boing: Jailed for using a nonstandard browser
Three cheers for that admin.
You are currently browsing the archives for the General category.
Boing Boing: Jailed for using a nonstandard browser
Three cheers for that admin.
After a rather interesting discussion on how to obfuscate emails on the frontend – me pointing out that most techniques are rather inaccessible and make spam the problem of the visitor – I came up with the following idea:
What if you set up your email links by linking to a page:
The PHP page then checks the referrer page and compares it with its own host IP, gets the email from a database or other mean of storage and sends back a ‘mailto:’ header:
header('Location:mailto:'.$email);
Wouldn’t that be a quite safe solution for the problem?
Even though I haven’t come around to creating my template yet, I think it is time to start the blog, after all it is so much easier to design it when content is already available.