|
|
|
Protecting your email from spam botsBut I'd assume it can be modified to your personal circumstances. STEPS:
Ok, ok, I admit you still Will get "some spam" as there are individuals on the Net who have obviously nothing else to do in their puny lives but browsing the Net and writing down emails manually, then selling/adding them to some lists - but that's way you Code your emails so in case some of your emails will get eventually into the spam carousals you send it to black hole of the cyberspace automatically. But usually you will have to do this only once/year or 2-3 yrs if ever, so it definitely is worthy to set up. I have some emails which are on some of my sites for many years, and haven't gotten one spam! Even they are encrypted just by OnPage javascript. Also the filters don't work for BCC or spoofed emails - well, what do we have Mailwasher for, right? ;-) However: I do not have to let Somebody Else to decide which email I want to read and which one I don't! and don't have to be afraid that that important email from Google or any other directory/service will never reach me because I just did not "white-listed" (whatever that is) all 3,000 emails I could Not possibly think off! Also, if you are lucky enough to be on Linux Apache CPanel you have many means of having your emails forwarded, filtered, send straight to blackhole or even bounced back right on the servers level. (of course it may be possible other Control Panels systems give you the same options, but I just haven't found anything better yet that CPanel) |
Here is another OnPage javascript which shows
If you prefer your email encrypted in HTML here is a nifty tool which will encrypt your email - courtesy of aadconsulting.com Email Link Creator Freeware And another script - courtesy of Bill Benac from http://www.faketp.com/safemail/ which is similar to the one I am using at the bottom of my pages. There are many more email encrytors/scramblers on the Net, free and paid - it doesn't usually matter which one you use - just USE it! and your spam will decrease significantly! If you want a simple to edit Off Page small javascript like the one I have below, click here to download the zipped version (1KB) which you can modify to your own needs. Unzip it, open in your NotePad/EditPad/NoteTab or any other ASCII editor, modify whatever you need, (replace the "mysite.com" info with your own) Then save it under Your desired javascript name with the extension .js, (i.e. "mydomain.js") upload it to your server and put the "calling script" below with the name of the saved javascript file on each page on the spot you want to have that info displayed, i.e.: <SCRIPT LANGUAGE="JavaScript" SRC="mydomain.js"></script> And then any time you need to change anything (email or year or phone or whatever...) just open the javascript source "mydomain.js", edit, re-load the edited javascript file, and voila - instand update on all pages which have the above calling script. Of course there is always an option to use Forms for Contact on your site - and that should elimitate most of the spam, unfortunately there still are sites/services on the Net whihch do require an email from you, some of them even displaying it publicly for all spambots heydays! = see Whois registry as the Number One. So either buy a privacy if it's possible or put some disposable non-sense there. Update! Nowadays even the Forms are not safe as some spammers already figured out how to hijack them. Stay tuned for more info about how to protect your forms. The simplest way is to scramble/encrypt the code, but for how long this will protect the Forms from those new more sophisticated spam-bots I don't know. |