Encrypting source code, HOw do you....? |
Encrypting source code, HOw do you....? |
Mar 3 2004, 08:29 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Mar 2004 Member No: 6,131 |
HOw do you encrypt source code so when people read it, they can't see it? Its really fustrating when you spent 2 hours on something then people just stroll into your site and view source code and Copy and Paste and bang, 2 horus works is gone in 2 minutes. SO fustratin
|
|
|
|
![]() |
Mar 4 2004, 08:56 PM
Post
#2
|
|
|
heyyy, im alex. ![]() ![]() ![]() Group: Member Posts: 59 Joined: Feb 2004 Member No: 4,197 |
you can put in a no right click but they can still access your codes other ways that will just make it a little harder on their part heres a no right click code but there are others out there
<script language="JavaScript"> // distributed by http://hypergurl.com <!-- var popup="Sorry, right-click is disabled.\n\nThis Site Copyright ©2000"; function noway(go) { if (document.all) { if (event.button == 2) { alert(popup); return false; } } if (document.layers) { if (go.which == 3) { alert(popup); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // --> </script> |
|
|
|
asstronaut Encrypting source code Mar 3 2004, 08:29 AM
dasturbd well if you do all the requirements and become an ... Mar 3 2004, 08:44 AM
asstronaut Any other way than this? Mar 3 2004, 08:49 AM
Kensei You can also use the "Prevent Copy/Paste... Mar 9 2004, 11:44 PM
Handguns&Romance Actually you guys, you will want to use that sourc... Mar 10 2004, 05:29 PM
aznhybriddragon QUOTE(Handguns&Romance @ Mar 10 2004, 2:2... Mar 10 2004, 06:56 PM
Handguns&Romance Dynamic Drive has one but it screws up your code a... Mar 11 2004, 06:32 PM![]() ![]() |