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!!!
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!!!
Yeh check if servers up using fsockopen - then like liscence.php?liscenceid=1&liscencenumber=1
then it gets the contents of it and if it says yes or what ever the liscence is valid bla bla.
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
Last edited by Dentafrice1; 11-05-2007 at 08:05 PM.
Pretty much, maybe tomm will give you a refund. If so I will make you one.
i used to be NintendoNews. visit my blog or add me on twitter.
need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!
"I am the way, the truth, and the life. No one comes to the Father except through me"
John 14:6 (NIV)
True but for a very simple script..
Want to hide these adverts? Register an account for free!