Hey,
Is there any free PHP License Script going? I need one but dont know how to make one as callbacks are not my storng point lol
Must be free and decoaded
Danny
Printable View
Hey,
Is there any free PHP License Script going? I need one but dont know how to make one as callbacks are not my storng point lol
Must be free and decoaded
Danny
I am making one but it will not be out any time soon as i am busy working fixing cars. but you can do a call back like this
some thing like that may not work but its give you a pic of what it should look like.PHP Code:$cbquery = $mysqli->query ( "SELECT * FROM `TABLE` WHERE `domain` = '".$_GET["domain"]."' AND `folder` = '".$_GET["folder"]."' AND `keycode` = '".$_GET["keycode"]."' LIMIT 0,1" );
$cbfetch = $cbquery->fetch_array ( MYSQLI_BOTH );
if($cbfetch === FALSE) {
die('No License Found.');
}
if($cbfetch["status"] == "suspended") {
die("License is Suspended");
}
if ( time() >= $cbfetch["xtime"] ) {
$mysqli->query ( "UPDATE `TABLE` SET `status` = 'suspended' WHERE `kid` = '".$cbfetch["kid"]."'" );
} else {
die("Error using the call back");
}
Thanks, Do you want a hand with the script? I know loads of php so could help you and we could work together but it would obs still be your project?
PM me your msn or something if your intrested vistaboy
Thanks again
Danny
double you double you double you dot google dot com:rolleyes:
The only real way to make it uncrackable is to make a spider crawl anybody with a license give them a license.txt put it in they're root folder, search all sites as time goes, if they don't have one or the license key (write the key in xml or something) to check if the license key is bad or they don't have the page or key etc.
MrCraig has one for his usersystem dosen't he?