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 --> |
|
|
![]()
Post
#3
|
|
![]() ^_^ ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,666 Joined: Feb 2004 Member No: 4,225 ![]() |
there's quite a few right click disable codes under 'xanga scripts.' also...there's a highlighting-disable code, which is even better...but even with these, the jocker can go to View--> Source...
|
|
|
![]()
Post
#4
|
|
![]() anna park ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 410 Joined: Jul 2004 Member No: 29,818 ![]() |
thanks for your help.. i know the codes for diable right clicking or right clicking popups but i really need the code to mess up the view source on my page for viewers so they wont get my codes.. please anyone? =]
|
|
|
![]()
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,025 Joined: Feb 2004 Member No: 4,051 ![]() |
QUOTE(kpxanqel @ Jul 12 2004, 1:24 PM) thanks for your help.. i know the codes for diable right clicking or right clicking popups but i really need the code to mess up the view source on my page for viewers so they wont get my codes.. please anyone? =] look on google for "html encrypter" |
|
|
![]()
Post
#6
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2004 Member No: 29,492 ![]() |
If your codes are php then leave it at that, you can never view php source. With Html and JavaScript, there are no codes out there that no ones knows about. SO if someone encrypts them, ask around someone might tell you how it works.
|
|
|
![]() ![]() |