Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Protecting Code

Reply
Thread Tools

Protecting Code

 
 
MaxPositive
Guest
Posts: n/a
 
      09-06-2003
I know this can't be done, however I was interested in how to access the
source code on this site, as I can't figure it out.

http://www.protecthtml.com/product/wp/index.htm

You can't select text, graphics, save as, and there is no right click even
after hitting return, no edit with function.

Any ideas, just curious?

Steve


 
Reply With Quote
 
 
 
 
Steve Pugh
Guest
Posts: n/a
 
      09-06-2003
"MaxPositive" <> wrote:

>I know this can't be done, however I was interested in how to access the
>source code on this site, as I can't figure it out.
>
>http://www.protecthtml.com/product/wp/index.htm
>
>You can't select text, graphics, save as, and there is no right click even
>after hitting return, no edit with function.


I can select text, graphics, save as, and there is a right click.
That's with either Opera 7 or IE6. Looks like a problem with your
browser.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <> <http://steve.pugh.net/>
 
Reply With Quote
 
 
 
 
e n | c k m a
Guest
Posts: n/a
 
      09-06-2003
>
> http://www.protecthtml.com/product/wp/index.htm
>


Works for me...


 
Reply With Quote
 
Nicolai P. Zwar
Guest
Posts: n/a
 
      09-06-2003
MaxPositive wrote:
> I know this can't be done, however I was interested in how to access the
> source code on this site, as I can't figure it out.
>
> http://www.protecthtml.com/product/wp/index.htm
>
> You can't select text, graphics, save as, and there is no right click even
> after hitting return, no edit with function.
>
> Any ideas, just curious?


I just went to this site to check it out (Netcape 7) and found that I
could do all these things you mention (select text, graphics, save as,
etc) without any tricks at all. No problem. Then I noticed I had
JavaScript turned off, perhaps that's why? I don't know, I didn't really
bother to check the source code of the site, but turning off JavaScript
should do the trick.


--
Nicolai Zwar
http://www.nicolaizwar.com

 
Reply With Quote
 
Nicolai P. Zwar
Guest
Posts: n/a
 
      09-06-2003
Interesting. On the site http://www.protecthtml.com/product/wp/index.htm
it says:
"Web Protector also takes additional measures to further protect your
Web site, it enables you to fully disable the right mouse-click context
menu, disable text selection, page printing, offline use, links display,
in addition to disabling the IE6 Image Toolbar and Smart Tags feature."

In other words: Web Protector does everything to annoy the hell out of
your visitors. LOL!


--
Nicolai Zwar
http://www.nicolaizwar.com

 
Reply With Quote
 
SteW
Guest
Posts: n/a
 
      09-06-2003
MaxPositive wrote:
> I know this can't be done, however I was interested in how to access the
> source code on this site, as I can't figure it out.
>
> http://www.protecthtml.com/product/wp/index.htm
>
> You can't select text, graphics, save as, and there is no right click even
> after hitting return, no edit with function.
>
> Any ideas, just curious?
>
> Steve
>
>

That protection/encryption is certainly something!
Thi%73 page i%73 p%72%6Ftected by Encryption %53%63heme I

Ste W

 
Reply With Quote
 
Toby A Inkster
Guest
Posts: n/a
 
      09-06-2003
MaxPositive wrote:

> http://www.protecthtml.com/product/wp/index.htm


All three are quite trivial Javascript "encryption" (actually, just
unescaping). Simply view source (easy enough in a non-Javascript browser,
or indeed any non-IE browser), copy the main string from the Javascript
and unescape all the %xy characters.

--
Toby A Inkster BSc (Hons) ARCS | private.php?do=newpm&u= | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)
 
Reply With Quote
 
EightNineThree
Guest
Posts: n/a
 
      09-06-2003

"MaxPositive" <> wrote in message
news:bjc866$h7rbl$...
> I know this can't be done, however I was interested in how to access the
> source code on this site, as I can't figure it out.
>
> http://www.protecthtml.com/product/wp/index.htm
>
> You can't select text, graphics, save as, and there is no right click even
> after hitting return, no edit with function.
>


You mean this source?

http://www.murderthestupid.com/stupi...king_trick.txt

Its the nature of the HTTP protocol that the document and all embedded
objects are saved on your computer.
You can't keep people from stealing it because it is already stolen

--
Karl Core

Charles Sweeney says my sig is fine as it is.


 
Reply With Quote
 
bengee
Guest
Posts: n/a
 
      09-06-2003
MaxPositive wrote:
> You can't select text, graphics, save as, and there is no right click even
> after hitting return, no edit with function.


It's a load of horse ****. I just went to the "Super dooper" encryption
level 5/encrypt all page, and i could do all of that except right-click
(and disabling Javascript cured that). Mozilla 1.4.

I think it's a bit of a weak protection system if it relies on the user
running IE with Javascript enabled, considering that the type of people
who would know how to rip stuff off websites know that there's more
browsers out there than IE6!

It's a bit like having the master switch of an alarm system outside the
building.

Ben

 
Reply With Quote
 
Chris Morris
Guest
Posts: n/a
 
      09-06-2003
"MaxPositive" <> writes:
> I know this can't be done, however I was interested in how to access the
> source code on this site, as I can't figure it out.
>
> http://www.protecthtml.com/product/wp/index.htm
>
> You can't select text, graphics, save as, and there is no right click even
> after hitting return, no edit with function.


Using Netscape 7.

Encryption Scheme I - Menu, view source, okay, the entire thing's in a
slightly encrypted document.write. Hides the website from search
engines amazingly well, I'll give them that. I'll need to dig myself
up a quick Perl/PHP/sed script to put the %xx values back to normal, 5
minutes work if I don't already have one. Or I could do what I did
for III and V.

Encryption Scheme III - right-click is disabled as they claim (I've
got Javascript on), text selection, links in status bar, printing
still work.
Anyway, I can view source, so I can save source.
Add at the start of the Javascript the line
document.write('<textarea rows="60" cols="60">');
Add after the </script> a </textarea>
Done.
This'd have worked well on the last one, actually. Hmm, the
attributes for all the tags appear to be missing. Interesting...maybe
I did something slightly wrong. Anyway, I can get the image URLs by
going to view->Page Info, so that's not much help.

Encryption Scheme V: Yep, same as before on what they claim to have
disabled. Solution for Scheme III worked this time too.

But it'll work against people and SEs without Javascript, note that
they don't encrypt any of their own pages except the samples

--
Chris
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Protecting my code MarkusJNZ@gmail.com ASP .Net 5 04-02-2007 06:34 AM
Technical Answer - Protecting code in python flit Python 22 03-23-2007 05:44 AM
Newbie - Protecting source code Fronky ASP .Net 4 02-02-2005 09:22 PM
protecting the python code. nell Python 6 01-17-2005 08:02 PM
Re: Protecting Code Behind Pages Kevin Spencer ASP .Net 2 07-07-2003 07:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57