Jump to content

Powered By ... Hard to Replace


jack5100nv

Recommended Posts

We're really need more info on your script..

 

you could just has echo "Powered By ...etc.." in an encoded file

or maybe try something like this.

<?php

$footer = "Powered By etc";
$crc = "ABC123"; //MD5 hash

if(!isset($footer) || md5($footer) != $crc)
{
die("error");
}
?>

 

But if you copyright the system or something.

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.