Log In · Register

 
i dont even know what to call this.., "encrypting my codes?" is that right?
kpxanqel
post Jul 12 2004, 03:58 AM
Post #1


anna park
*****

Group: Member
Posts: 410
Joined: Jul 2004
Member No: 29,818



im definetly having trouble in createblog.com because i just found this site and i was wondering if anyone would help me find the script to "encrypting" my xanga codes when somebody trys to steal my codes such as right clicking or view source.. i dont even know if "encrypting" is what you call it? wink.gif sorry to bother anyone.. _unsure.gif
 
 
Start new topic
Replies
tinman
post Jul 12 2004, 07:48 AM
Post #2


i know you like that!
***

Group: Member
Posts: 67
Joined: Apr 2004
Member No: 12,331



CODE
<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<script language="JavaScript">
var message="Copyright 2003 by INSERT YOUR NAME HERE. STOP TRYING TO STEAL MY CODE YA N00B!!!.";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</SCRIPT>

<!-- end code provided by createblog.com -->
<!-- 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: