Hello all,
I wrote a PHP program and I want to add a line of text to the bottom of a page as a copyright. I don't want my customers to be able to remove this line. Would it be possible to make it so if they remove it, the program no longer works? or make it complicated to remove?
Any help greatly appreciated.
Results 1 to 5 of 5
Thread: Copyright for any php programs
-
10-15-2008, 06:03 AM #1
- Join Date
- Aug 2007
- Posts
- 6
- Rep Power
- 0
Copyright for any php programs
-
09-27-2010, 11:01 PM #2
- Join Date
- Sep 2010
- Posts
- 12
- Rep Power
- 0
Not really unless you make a file then maybe link it back to your server like to make the site work but your server would need to be online at all times.
Good luck
-
10-19-2010, 01:25 PM #3
- Join Date
- Sep 2008
- Posts
- 255
- Rep Power
- 17
No i do not think that is possible more so because it is interpreted language and not compiled one.
-
09-22-2011, 01:29 PM #4
- Join Date
- Aug 2010
- Posts
- 28
- Rep Power
- 0
i dont think it is possible to remove the credits / footer information, but you can Google it out because i have seen few templates as well not allowing to remove / edit.
-
02-01-2012, 05:10 AM #5
- Join Date
- Sep 2008
- Posts
- 255
- Rep Power
- 17
Well php is an open source interpreted language, in normal condition it is certainly not possible to stop any one from removing any thing but I believe some encoding mechanisms have evolved which you to encode your php code, some thing which will enable you to hide your code and prevent it from being changed in any manner.