now i finally have enough scripts to publish on my site i would like it so people cannot remove a small copyright notice i added to the bottom of each script
<?php
// DO NOT REMOVE THE COPYRIGHT(POWERED BY: ) NOTICE
print "<center>";
print "<strong>";
print "<font size=\"1\" face=\"Verdana, Arial, Helvetica, sans-serif\">";
print "Powered by:<br>";
print "<a href=\"http://www.digitalbreeze.net\" target=\"_blank\">DB-Guestbook</a>";
print "</font>";
print "</strong>";
print "</center>";
// DO NOT REMOVE THE COPYRIGHT(POWERED BY: ) NOTICE
?>
this is the footer.php file thats added to the bottom of every script.
if this file is removed how can i make it say...
copyright notice removed, script now inactive
or something along those lines.
how can this be done
are there any tutorials on how to protect your scripts?
i sene a script before that if people removed the notice it contacted the hot telling them exactly who has removed it.
any help appreciated