i dont even know what to call this.., "encrypting my codes?" is that right? |
i dont even know what to call this.., "encrypting my codes?" is that right? |
![]()
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?
![]() ![]() |
|
|
![]() |
![]()
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 --> |
|
|
![]() ![]() |