Snoop Stoppers



Welcome surfers and homepage builders. Do you have a subdirectory of files that you do not wish the world to have access to? And your server does not have htaccess or chmod features, or you just don't know how to use them? Did you ever wonder how to keep them out? Well "Snoop Stoppers" is your answer!

Here we will tell you how people snoop and then show you how to stop them if you wish!

First we will deal with snooping....... just how others can access all the files of a subdirectory by knowing the address of just one file. For example here is a file that is in a subdirectory /block/b-nopeek.html After clicking and looking at the page, if you delete the file name b-nopeek.html you wind up with /block/ as you can see by clicking on this, you go right to the subdirectory and see all the files listed there.

Why did it go to the list of files? Because without a page called index.html which is what the browser is looking for, it creates an "index" of the files contained in that directory or subdirectory. This is one of the reasons all homepage providers emphasize the importance of having a page called index.html


Well now that you know how to snoop.......... we'll show you how to block those snoopers!! It's really very simple, if you have a subdirectory for your midis for example, all you have to do is put a page in that subdirectory called index.html

WARNING be very careful when doing this because you already have an index.html in your main directory (don't you?) and if you create another page called index.html in your main directory, it will overwrite (take the place of) your existing index.html page. So.....when creating your "Snoop Stopper" page name it something like stop.html, build your page that you want people to see when they try to access your subdirectory, then move it to that subdirectory. Once you have moved it, you may now rename it index.html Then when someone tries to access your files they will see your "Snoop Stopper" page and be properly deterred from seeing and then "borrowing" any or all of your files!!

These pages can be very simple or very elaborate. Listed below are the ones we've made, ranging from very simple to some more elaborate that use javascript and meta tags. Please feel free to transload any or all of them to use. All we ask is you transload any sound files or images files needed for that particular page to your site! The files are also listed below.


This one is as simple as it gets!
No Peeking


This one is also simple but has a link to your home page.
No Peeking w/link


This one has Chopper growling to keep them out!
Chopper
Chopper jpg       Growl Wav


Let the Cops blow the whistle on the snoopers!
Cop
Cop gif      Whistle Wav



If the snooper gets a bad page load, these next pages won't work properly since they use meta tags and javascript, but they still won't be permitted to snoop!



This one will redirect the snooper to a page of your choice.
No Peeking w/redirect       View Source
http://www.owens4.com/cgi/x/x1.pl?url=http://owens4.com/block/b-nopeekmeta.html&type=txt

This one gives the snooper an alert popup with the message of your choice! hehe Then sends them back to where they came from or can be set to take them back multiple pages!
Alert Popup       View Source


This one teases the snooper with multiple alert popups with the messages of your choice! It also sends them back to where they came from, or can be set to take them back as many pages as you wish!
Alert2 Popup       View Source



This will give you some ideas if you wish to create your own. The ideas are unlimited! Have fun!