Welcome Guest ( Log In | Register)



5 Pages V  < 1 2 3 4 > »   
Reply to this topicStart new topic
> How To Stop People From Pirating Your Source Codes, How to encrypt your webpage source sode
hulunes
post Oct 22 2005, 10:10 AM
Post #11


.::UniCorN::.
*********

Group: Members
Posts: 973
Joined: 19-September 04
From: Dalian CHN
Member No.: 1,192



huh...good job!
but a little suspiction is that those javascript would not work effectively in opera or firefox.i think that banning to look at source file is a good way.for instance, you can make your webpage to be showed in a full screen window,there is no tool bar,location bar and so on.however right click is till to be banned with javascript ->failed sad.gif
Go to the top of the page
 
+Quote Post
round
post Oct 22 2005, 02:44 PM
Post #12


Super Member
*********

Group: Members
Posts: 463
Joined: 8-November 04
Member No.: 2,186



I'm not really sure why you would want to stop people from getting at you html code. It takes anyone with alittle skill and a screen shot about an hour to reproduce any page on the web. Anyway, it's really only html. I know there are different and more effective ways of encrypting shopping carts.round
Go to the top of the page
 
+Quote Post
e-buttler
post Oct 22 2005, 06:39 PM
Post #13


Newbie
*

Group: Members
Posts: 7
Joined: 21-October 05
Member No.: 13,196



Wow!

Thank you sooo much for all the comment =). this being my first post, i didn't know what to expect, Thanks guys!!! biggrin.gif
Go to the top of the page
 
+Quote Post
sangdukseo
post Oct 22 2005, 08:06 PM
Post #14


Member [Level 3]
******

Group: Members
Posts: 97
Joined: 16-June 05
Member No.: 8,302



if you disable javascript, won't your script just become invalidated? This idea doesn't seem too smart to me. I think it's kind of half-baked.
Go to the top of the page
 
+Quote Post
acumentech
post Oct 22 2005, 08:55 PM
Post #15


Newbie [Level 2]
**

Group: Members
Posts: 30
Joined: 17-October 05
From: India
Member No.: 13,042



hmm...good work but....I hate one thing in this that it makes the whole system slower....

Go to the top of the page
 
+Quote Post
xadoflitan
post Oct 23 2005, 01:30 AM
Post #16


Member [Level 1]
****

Group: Members
Posts: 63
Joined: 17-September 05
Member No.: 11,983



Another way to stop people from pirating your source code is to hide your javascript on the server. Just store your javascript in a file named javascript.js and then retrieve the javascript in the head of your document by writing something like this <include="javascript.js>
----------------------------------------------------------------------------------
I dont remember the exact code but im sure you can find it on the internet, so If you just want to hide your javascript and not worry about the html then do that otherwise this guys got a good thing to do for your pages..............


Sincerely,

Xadoflitan
Go to the top of the page
 
+Quote Post
MarCrush
post Oct 23 2005, 04:43 AM
Post #17


Super Member
*********

Group: Members
Posts: 203
Joined: 2-June 05
From: Why would you want to know?
Member No.: 7,778



Really good, lets hope there aren't any work arounds. I doubt I will be using this in my code. It could also be possible to decrypt to the code by making something with JavaScript. So basicly, there are ways to find out.
Go to the top of the page
 
+Quote Post
HmmZ
post Oct 24 2005, 11:58 AM
Post #18


Super Member
*********

Group: Members
Posts: 362
Joined: 2-March 05
From: The Netherlands
Member No.: 4,097



Nicely written tutorial, but in my opinion using javascript is not a practical solution to the pirating problem. Since i usually use PHP in my codes people trying to pirate can only get half of my source, leaving the best part encrypted smile.gif

Besides, people that want to pirate a basic site layout do not necessarily need your site, there are so many websites that use a similar layout and with enough searching you can probably find what you are looking for, but a basic layout is so easy sad.gif

Most of them pirates are just too lazy to read a guide or tutorial that actually doesnt necessarily have to be long or hard to understand smile.gif
Go to the top of the page
 
+Quote Post
Mithshark
post Oct 24 2005, 01:55 PM
Post #19


Member [Level 3]
******

Group: Members
Posts: 93
Joined: 9-October 05
Member No.: 12,698



Wow, Thanks great Tut Much cleaner than method I use!
Go to the top of the page
 
+Quote Post
Becca