Preserved Topic: Hiding HTML code from Client (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
posted 08-23-2002 23:20
Hello all, |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 08-23-2002 23:35
Karl: Yes but I would rather you didn't - we all learn fromnosing through other people's source and if someone really wanted to lift you site they'd find a way. People rarely do anything so new and original that they would really contemplate this. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-23-2002 23:52 |
Bipolar (III) Inmate From: Phoenix |
posted 08-24-2002 00:05
Hey thanks for the tips.. they actually aren't for myself. Someone I know was asking, they would like to hide the tags they use for optimizing their pages for the search engines from competitors who might be interested in the composition of them. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-24-2002 00:37
Impossible. This has been discussed many times before. It is 100% impossible. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 08-24-2002 00:44
In the end anyone wanting to get at the code of a site will be able to and the only people that are really being put out are people who might want a bit of a peak at the code of the page for ideas. |
Bipolar (III) Inmate From: Phoenix |
posted 08-24-2002 00:52
Hey, thanks again guys. I appreciate the response. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-24-2002 09:16 |
Bipolar (III) Inmate From: Phoenix |
posted 08-25-2002 10:09
What about ASP code... will a search engine spider an ASP page the same it would an HTML page? With that said, is there any preference or order for the following pages (for a spider crawling your site): |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-25-2002 11:10
All web pages appear the same to search engines as they appear in web browser. Indexing process usually begins from the root of web server, therefore, the first page that will be indexed is default page (how that page is called depends on web server itself). Oh, and one more thing, some search engines won't index dynamic pages (i.e. pages that accept parameters through URL), but that's another story... |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 08-29-2002 01:29
ive seen before a site that when you did "view source" nothing came up, cant remember how it was done it was pretty smart, also I'd go so far as to say there is NO way , if your browser can read it someone else can by sifting though c:\win...\tempor~1 |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 08-29-2002 01:32
or actually , someguy was annoying me and asking me how I did bla bla bla and wanted to take bla bla , it wasnt a friendly person so I said , just rip it off my site ! My JS code was so messy he gave up after two minutes, that was an old icklepix design. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-29-2002 08:10
There's even an easier way to bypass those stupid no right click scripts, just press context menu button on the keyboard (located right from right windows button). This will work in any script that uses onmousedown event to check if right button was pressed. If the script uses new oncontextmenu event, pressing the key on keyboard won't bypass it... |
Obsessive-Compulsive (I) Inmate From: Osterburken, Germany |
posted 08-30-2002 16:18
Hiding HTML-code isn't possible, that's sure. But you can makes things more difficult for casual visitors: just add many (say: 100) linebreaks before your code starts, and put some faked error message on top, like <!-- SSI Error Message -- No Source Code available --> |
Paranoid (IV) Inmate From: |
posted 08-31-2002 09:45
Just hit enter a load of times at the top fo yoru work bringing it down a page or 2 in notepad. that way when some views your source it will come out as a blank page.. most people wont think to scroll down ... you'd be amased on how many people it works on |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 08-31-2002 20:30 |