The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I came up with my own idea - don't know if it's old hat or not:
HTML
emailremovethisaddres@ serviceremovethisprovider.com
CSS
span.email em { display:none; }
This shows up as [email protected] when viewing the page, but spammers get [email protected] - this has worked perfectly for me for about a year.
There is also a way of making the address clickable using nnn; instead of normal characters, e.g. x116;x105;x109; with the x's removed becomes tim.
I've set-up an alias to my usual email address and have used a combination of both methods at the bottom of each page on my site ([URL]http://timmargh.net/[/URL]). I'll have to wait a month or so to see if it works ...
Be checking that out later...
> Tyla wrote:
> Totally spam proof as robots/crawlers can't convert it, beenusing it
> for ages with a lot of success.
>
> Surely it's only a matter of time before they can convert it though?
Probably, but they haven't botherd in the last 3 years! Might have something to do with processing power and the robots inability to work out it's an email address on the fly.
> Totally spam proof as robots/crawlers can't convert it, beenusing it
> for ages with a lot of success.
Surely it's only a matter of time before they can convert it though?
[email protected]
would become:
me@whatev [Remove space here]
er.com
Totally spam proof as robots/crawlers can't convert it, beenusing it for ages with a lot of success.
Can get the encrypter for free from Modern Bytes Software (Mailto-Encrypter).
This way you can avoid spam pretty well assuming you block email sent to: info@ sales@ marketing@ webmaster@ admin@ etc... yourdomain.com
I came up with my own idea - don't know if it's old hat or not:
HTML
emailremovethisaddres@ serviceremovethisprovider.com
CSS
span.email em { display:none; }
This shows up as [email protected] when viewing the page, but spammers get [email protected] - this has worked perfectly for me for about a year.
There is also a way of making the address clickable using nnn; instead of normal characters, e.g. x116;x105;x109; with the x's removed becomes tim.
I've set-up an alias to my usual email address and have used a combination of both methods at the bottom of each page on my site ([URL]http://timmargh.net/[/URL]). I'll have to wait a month or so to see if it works ...