The "View Source" and "Save" Myth
People say you cant disable View source in IE with html pages when Ive had seen View Source disabled. SO i know there is a way to do it, I just dont know how. Ive seen scripts that disabled the view source completely out of the html.
I had a code for the no "Save" webpages but I lost it. I accidently bumped into that code when I modified a script by accident. So I know there is a code for that one.
If anyone here knows either both or one of them, please post em. Thanks.
Re: The "View Source" and "Save" Myth
Quote:
Originally posted by HypnoticAngel
People say you cant disable View source in IE with html pages when Ive had seen View Source disabled. SO i know there is a way to do it, I just dont know how. Ive seen scripts that disabled the view source completely out of the html.
I had a code for the no "Save" webpages but I lost it. I accidently bumped into that code when I modified a script by accident. So I know there is a code for that one.
If anyone here knows either both or one of them, please post em. Thanks.
You can't hide the source. Period. You prolly fell for the newbie trick by including a bunch of newlines so it looks like the source is empty, but scrolling down reveals different. Isn't your sig a tad too long?
Re: Re: The "View Source" and "Save" Myth
Quote:
Originally posted by fallenang3l
You can't hide the source. Period. You prolly fell for the newbie trick by including a bunch of newlines so it looks like the source is empty, but scrolling down reveals different. Isn't your sig a tad too long?
Actually, as I mentioned, you can hide the source through encoding. It is reversable, but it can actually, technically, be hided. It's dumb, I'll admit, and I would have to laugh at someone spending days programming encoding/decoding functions in JScript, but it can be done.
Oh and with your next post try and be a little more immature, I'm sure you can do it... just a few more pointless slanders... :rolleyes:
Re: Re: Re: The "View Source" and "Save" Myth
Quote:
Originally posted by Tekime
Actually, as I mentioned, you can hide the source through encoding. It is reversable, but it can actually, technically, be hided. It's dumb, I'll admit, and I would have to laugh at someone spending days programming encoding/decoding functions in JScript, but it can be done.
Oh and with your next post try and be a little more immature, I'm sure you can do it... just a few more pointless slanders... :rolleyes:
I once captured a VB script email worm in a matter of 5 minutes by using its own functions to decode the code (it was encoded multiple times over with different functions that were obvious once you decoded it)... So, there really is no way to encode it so it cannot be read. All anyone that wants to read it need do is use the happy little decoding functions you had to send with the page (or else the browser wouldn't have been able to decode it anyway) to decode them, which defeats the laborious task of hiding it.
Also, seriously, what are you so afraid of, someone stealing your site? :rolleyes: Drop a copyright notice in there and be done with it, just like anything, that's all the protection you really can get and it doesn't mean anything unless you own a pack of rabid lawyers.
Re: Re: Re: Re: The "View Source" and "Save" Myth
Quote:
Originally posted by e_dawg
I once captured a VB script email worm in a matter of 5 minutes by using its own functions to decode the code (it was encoded multiple times over with different functions that were obvious once you decoded it)... So, there really is no way to encode it so it cannot be read. All anyone that wants to read it need do is use the happy little decoding functions you had to send with the page (or else the browser wouldn't have been able to decode it anyway) to decode them, which defeats the laborious task of hiding it.
I belive you, and like I said - it's ridiculous to do and it IS reversable. I was stating that it can be done (obviously on a superficial level). Also I'm not sure what you're pointing out by saying it took 5 minutes, since I said it would take days to make the encoding/decoding scripts, not just decode one. (well not days but certainly would take some work...).
Quote:
Also, seriously, what are you so afraid of, someone stealing your site? :rolleyes: Drop a copyright notice in there and be done with it, just like anything, that's all the protection you really can get and it doesn't mean anything unless you own a pack of rabid lawyers.
Um.. I'm not sure this is intended for me too, but if so PLEASE read the damn thread.
Trying to hide your source is ultimately a joke - if I didn't make my opinion clear enough then there it is :D
Re: Re: Re: Re: Re: The "View Source" and "Save" Myth
Quote:
Originally posted by Tekime
I belive you, and like I said - it's ridiculous to do and it IS reversable. I was stating that it can be done (obviously on a superficial level). Also I'm not sure what you're pointing out by saying it took 5 minutes, since I said it would take days to make the encoding/decoding scripts, not just decode one. (well not days but certainly would take some work...).
I am agreeing and pointing out that all effort is lost because it takes 5 minutes to decode it using the script it'd take days to write (as you indicated)... I just thought I would agree and give an example of the total futility of the project to reiterate the point.
Quote:
Um.. I'm not sure this is intended for me too, but if so PLEASE read the damn thread.
Trying to hide your source is ultimately a joke - if I didn't make my opinion clear enough then there it is :D
Sorry, man, I was responding to the creator of the thread in agreement with your point... Just trying to help add credibility to your statement.