How do I protect the footer.php of a script ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
TurnkeySetup
Forum Newbie
Posts: 5
Joined: Sat Jul 29, 2006 4:22 pm

How do I protect the footer.php of a script ?

Post by TurnkeySetup »

Hello,
Question if I have a script that uses my copyright at the bottom and I encrypt the script. There is really nothing that can stop a cleint from going to view source in their browser located the footer and copy and paste into a text editor and remove the copyright and then save and name the file footer.php and upload.

This will still allow the script to function encryption or not but it will be without my copyright.. So the questions is

Is there some php code I could include in the footer that would be required for the footer to even function properly ??

I tried to make this questions as clear as possible and I hope I have, if not then please ask me to be more detailed ..

Thanks,
James
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Nothing that's all that effective.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

pretty much if people want to remove it they're going to
Post Reply