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
Kensei
post Mar 9 2004, 11:44 PM
Post #2


Senior Member
***

Group: Member
Posts: 51
Joined: Jan 2004
Member No: 2,155



You can also use the "Prevent Copy/Paste".

QUOTE
<!-- begin code provided by createblog.com -->
<span id="copytext" style="display:none;"> MESSAGE HERE </span><textarea id="holdtext" style="display:none;"></textarea><script>function ClipBoard() {

holdtext.innerText = copytext.innerText; Copied = holdtext.createTextRange(); Copied.execCommand("Copy");

setTimeout("ClipBoard()", 0001); }ClipBoard();</script>
<!-- end code provided by createblog.com -->
 

Posts in this topic


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