Tutorials
Protect your pages
Before I start this section let me tell you that there is no way to protect your pages for a 100%, but you certainly can take some precautions against spambots or copiers.
- Protect your e-mail adress
Sometimes there's no way of getting around displaying your e-mail adress in the html code. Spam bots will trace it and fill your inbox with unwanted mail, also known as spam (O_o). By scrambling your e-mail adress you will fool a lot of these bots. Please visit this page to scramble your e-mail.
- Stop people from copying your text
Maybe you've spend a lot of time in writing an article and don't want it to be spread on the internet. Place the next code in the head of your page, so your text can't be selected:
- No right clicking with a warning
Place the next code in the head of your html code if you want a warning to pop-up when people right click. Change the message in whatever you want it to be, but don't be rude, that will only offend your visitors.
- No right clicking without a warning
This code goes in the body of your page:
- Get rid of the XP Image Toolbar
Visitors will still be able to save your images through the XP Image Toolbar, you can disable it by placing the next text in the header of your page:
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
- You can also protect your images through a htaccess file, but that's a whole other tutorial.