如何制作php许可证密钥系统? [英] How to make a php licence key system?

查看:347
本文介绍了如何制作php许可证密钥系统?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要帮助来制作许可证密钥系统。

我已经制作了1但是我想要避免使用mysql。有一次我做了:

< pre lang =PHP><?php 
$ key = rand(100,999);
?>



然后他们必须输入md5版本的那个。或者让他们发布密钥 $ _ POST [key]; 。'

解决方案

key = rand(100,999);
?>



然后他们必须输入md5版本的那个。或者让他们发布密钥


_POST [ 钥匙];

I need help to make a licence key system.
I have make 1 but im tring to avoid mysql. One time I did:

<pre lang="PHP"><?php
$key=rand(100,999) ;
?>


Then they would have to enter the md5 version of that.Or make it that they POST the key $_POST["key"];.'

解决方案

key=rand(100,999) ; ?>


Then they would have to enter the md5 version of that.Or make it that they POST the key


_POST["key"];.'


这篇关于如何制作php许可证密钥系统?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆