View Full Version : Free PHP License Script
Luno1599
25-06-2008, 10:31 AM
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
VistaBoy
25-06-2008, 11:36 AM
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
$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");
}
some thing like that may not work but its give you a pic of what it should look like.
Luno1599
25-06-2008, 12:10 PM
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
Excellent
25-06-2008, 12:54 PM
double you double you double you dot google dot com:rolleyes:
Hypertext
25-06-2008, 01:02 PM
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.
Swinkid
25-06-2008, 01:24 PM
MrCraig has one for his usersystem dosen't he?
Dentafrice
25-06-2008, 01:28 PM
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.
That is the most stupid way to do it, why the hell would you make a crawler.. you really don't know how these things work.
MrCraig
25-06-2008, 03:19 PM
MrCraig has one for his usersystem dosen't he?
Yeh theres one built in, but i havent done anything to the client section of the licencing panel so its really just phpmyadmin controlled atm.
And not posting code sorry :)
Independent
25-06-2008, 03:20 PM
Yeh theres one built in, but i havent done anything to the client section of the licencing panel so its really just phpmyadmin controlled atm.
And not posting code sorry :)
Good luck with it, Mr Craig. :P
MrCraig
25-06-2008, 03:22 PM
Good luck with it, Mr Craig. :P
Ty Xedon :)
OFFTOPIC (sorry) - The clients licencing frontend will be on habbosoft release methinks :)
Independent
25-06-2008, 03:23 PM
double you double you double you dot google dot com:rolleyes:
you you you you you you dot google dot com
Address Not Found
you you you you you you dot google dot com could not be found. Please check the name and try again.
The browser could not find the host server for the provided address.
* Did you make a mistake when typing the domain? (e.g. "ww.mozilla.org" instead of
"www.mozilla.org")
* Are you certain this domain address exists? Its registration may have expired.
* Are you unable to browse other sites? Check your network connection and DNS server settings.
* Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browser.
:rolleyes:
Edit: No problem :P
offtopic: Why PHP, why not perl? why not java? why not a desktop program?
Why does everything have to be PHP
Luno1599
25-06-2008, 03:47 PM
Because I know PHP but i wasnt sure on callback script lol
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.