Im Jake Posted July 10, 2009 Share Posted July 10, 2009 Well, I have a Server Status Page (it pings servers and tells whether there online or not). At the bottom of it I want some that says "Made by Jake and Oldschool" and if it gets taken out, it will kill the script somehow, by not letting it connect to the mysql database or something to stop the script from working. I was planning on encrypting it with the include connections, but all they would have to do is take out the encryption and add the connection thereself. I want everything to be editable, just want the Made by Jake and Oldschool at the bottom of the index. Link to comment https://forums.phpfreaks.com/topic/165553-kill-script-when-something-is-taken-out/ Share on other sites More sharing options...
cunoodle2 Posted July 10, 2009 Share Posted July 10, 2009 You will probably have to encrypt some of your code otherwise it is 100% customizable. There really is no other way around it. You can code it all the checking/variables that you want but if you can view your code then there is no way to protect it. How about you encrypt EVERYTHING and make like an admin control panel where all values are stored in a database and said user can log in and change the color/size etc of everything else on the page. Link to comment https://forums.phpfreaks.com/topic/165553-kill-script-when-something-is-taken-out/#findComment-873242 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.