PDA

View Full Version : Protecting Your Source Code!!!


radar
07-13-2003, 03:19 AM
THERE IS A WAY

ok ok so there is no REAL way to hide or make your source code but, there is a way to stop PPL from STEALING your code simply go here: Dynamic Driver Source Scambler (http://www.dynamicdrive.com/dynamicindex9/encrypter.htm)

I assure you this is no scam and this works.
What it does:
Simply insert your html to be scrambled into the box, hit scamble and the program will scramble a WORKING code for you, TRY IT OUT IT WORKS!

jkd
07-13-2003, 03:39 AM
javascript:window.open("about:blank").document.write(document.documentElement.outerHTML.replace(/</g, "&amp;lt;")

Favelet for IE, or this for Gecko:

javascript:window.open("about:blank").document.write((new XMLSerializer()).serializeToString(document).replace(/</g, "&amp;lt;"))

oracleguy
07-13-2003, 03:42 AM
http://www.codingforums.com/showthread.php?s=&threadid=4437

Its one of the stickys at the top of this forum. Maybe you didn't see it or read it. This topic has been discussed in great length already so there isn't too much of a point to this thread.

cg9com
07-13-2003, 05:54 AM
Originally posted by radar

THERE IS A WAY
... there is no REAL way ...

I am almost as confused as you are. :p

No offense, but no ones markup is so spectacular that it is worth hiding anyway, no matter what you do, chances are you aren't breaking any new ground, especially with HTML&CSS.

oracleguy
07-13-2003, 06:02 AM
Originally posted by cg9com
No offense, but no ones markup is so spectacular that it is worth hiding anyway, no matter what you do, chances are you aren't breaking any new ground, especially with HTML&CSS.

Yeah, it isn't like you are going to discover new attributes or tags. lol. Everything is laid out in W3C documentation.

Besides all your styling should be done in an external css file so all that is on your pages is content. And if it is all in an external file, it makes it a little harder to view.

ionsurge
07-13-2003, 12:11 PM
The best way to hide your source code is to use serverside scripting. Then all people see is the output code.

Easy.

-- oh and code scrambling doesn't work.


:)

whackaxe
07-13-2003, 12:13 PM
you post style also sounds like spam with all those 'really work', '!!!' and caps everywhere. use the search page at leastiif your not going to visit the forums

cg9com
07-13-2003, 12:39 PM
Originally posted by ionsurge
The best way to hide your source code is to use serverside scripting. Then all people see is the output code.
That is correct, the output which would be a client side language such as HTML, which cannot be hidden, end of story.

There isn't much that can be contributed here that has not already been discussed.
Please observe the sticky in this forum.


Closing Thread ...