Jump to content

Kill Script when something is taken out?


Im Jake

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.