Log In · Register

 
 
Closed TopicStart new topic
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
 
dasturbd
post Mar 3 2004, 08:44 AM
Post #2


Doh!
*****

Group: Member
Posts: 393
Joined: Feb 2004
Member No: 4,507



well if you do all the requirements and become an "official member"...you can use the source encoder, from the Xanga tools section

Other than that I can't really help you out, but I feel your pain on the frustration thing pinch.gif
 
asstronaut
post Mar 3 2004, 08:49 AM
Post #3


Newbie
*

Group: Member
Posts: 3
Joined: Mar 2004
Member No: 6,131



Any other way than this?
 
california_roxy
post Mar 4 2004, 08:56 PM
Post #4


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


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 -->
 
Handguns&Romance
post Mar 10 2004, 05:29 PM
Post #6


Member
**

Group: Member
Posts: 25
Joined: Jan 2004
Member No: 2,368



Actually you guys, you will want to use that source encrypter because to access your source all they have to do is go to the top of their browser click view and then click source.

I need that encrypter as well.
 
aznhybriddragon
post Mar 10 2004, 06:56 PM
Post #7


Senior Member
*****

Group: Member
Posts: 946
Joined: Jan 2004
Member No: 603



QUOTE(Handguns&Romance @ Mar 10 2004, 2:29 PM)
Actually you guys, you will want to use that source encrypter because to access your source all they have to do is go to the top of their browser click view and then click source.

I need that encrypter as well.

What the heck are u talking about?? "That Encrypter"............ ???? If your talking about createblog.com encrypter tool, it doesnt work anymore, Xanga blocked it
 
Handguns&Romance
post Mar 11 2004, 06:32 PM
Post #8


Member
**

Group: Member
Posts: 25
Joined: Jan 2004
Member No: 2,368



Dynamic Drive has one but it screws up your code and it doesn't protect your code in the header.
 

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