| Home Help FAQ ND Yourself! Toolbar Wallpapers Disclaimer About Contact |
FAQHow can I protect my site against Netdisaster attacks?Netdisaster is only meant for fun! Just as with any other kind of jokes, users should take care not hurting each other. As you can guess, I cannot control the way people use Netdisaster. Following the Yahoo! incident, Netdisaster users can no longer link to a disaster. Each user uses Netdisaster strictly privately. However, if you really don't like the idea that people can attack your site using Netdisaster, all you need is block netdisaster.com as a referrer, on your server. Here is an example of .htacces syntax to block Netdisaster as a referrer:
SetEnvIfNoCase Referer "^http://www.netdisaster.com/" BadReferrer
order deny,allow deny from env=BadReferrer This is very simple: If the .htaccess method cannot be used, or seems to complicated, you can easily add a simple line of javascript to the page you want to protect against Netdisaster attacks: This method is not as accurate as the first one but should work in most cases. Otherwise, write to the webmaster to request that your site's URL be filtered (access denied by Netdisaster itself). |
|
| Hosted by Lunarpages
|