文件名称:shenfenyanzheng
介绍说明--下载内容均来自于网络,请自行研究使用
身份验证系统 您在使用之前应将 include目录下的config.inc.php文件按照您的主机配置。并且要求数据库中有一个名为 user 的表。您可以自己创建,也可以将以下代码直接复制到phpmyadmin执行。
create table user (
id bigint unsigned default 0 not null auto_increment,
name varchar (30),
password varchar (30),
email varchar (30),
primary key (id)
)
您想对哪个页面加密,就在页面的头(<html>标签前)加一段语句,请参考yourpage.php
密码在关闭浏览器时失效!-identity verification system before you use directory should include the config.inc. php files with your mainfr a me configuration. Ask a database known as the user table. You can create their own, the following code can be copied directly into phpmyadmin implementation. Create table user (id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varchar (30), primary key (id)) for which you want to encrypt pages on the first page (
create table user (
id bigint unsigned default 0 not null auto_increment,
name varchar (30),
password varchar (30),
email varchar (30),
primary key (id)
)
您想对哪个页面加密,就在页面的头(<html>标签前)加一段语句,请参考yourpage.php
密码在关闭浏览器时失效!-identity verification system before you use directory should include the config.inc. php files with your mainfr a me configuration. Ask a database known as the user table. You can create their own, the following code can be copied directly into phpmyadmin implementation. Create table user (id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varchar (30), primary key (id)) for which you want to encrypt pages on the first page (
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 25811248shenfenyanzheng.rar 列表 身份验证程序 身份验证程序\createsuss.php 身份验证程序\fail.php 身份验证程序\include 身份验证程序\include\config.inc.php 身份验证程序\include\mycodes.net说明.txt 身份验证程序\include\源码之家.url 身份验证程序\login.php 身份验证程序\pass.php 身份验证程序\post.php 身份验证程序\reg.php 身份验证程序\rereg.php 身份验证程序\templates 身份验证程序\templates\footer.php 身份验证程序\templates\header.php 身份验证程序\必读.txt 身份验证程序\yourpage.php 身份验证程序\index.php 身份验证程序\mycodes.net说明.txt 身份验证程序\源码之家.url