I hate encoded scripts.
BUT I suppose anyway someone tries to make things need a license someone else will produce a 'nulled' version.
Even Vbulletin can't stop it!!!
Printable View
I hate encoded scripts.
BUT I suppose anyway someone tries to make things need a license someone else will produce a 'nulled' version.
Even Vbulletin can't stop it!!!
Pretty much, unless you encrypt it ;)
Thats pretty much it for the check script, you still need to write the lock.phpPHP Code:<?
// Simple thingy
// Coded in quick reply box so its probably bad
$server = $_SERVER['SERVER_NAME'];
$when = date("r");
$response = file_get_contents("http://lockplace.com/lock/lock.php?server=$server&time=$when");
if($response == "active") {
}else{
if($response == "expired") {
echo "Your license has expired";
exit;
}
if($response == "suspended") {
echo "Your license has been suspended";
exit;
}
if($response == "none") {
echo "Are j00 stupid, you don't even have a license for this domain";
exit;
}
}
?>
I will make one of these tonight or tomorrow
so your saying i've wasted my money? :(
Pretty much, maybe tomm will give you a refund. If so I will make you one.
True but for a very simple script..