Log In · Register

 
Encrypting source code, HOw do you....?
asstronaut
post 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 mad.gif Please tell me how to encrypt source code so people can't read it
 
 
Start new topic
Replies
california_roxy
post 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>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: