文件名称: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 (
相关搜索: php
(系统自动生成,下载前可以参看下载内容)
下载文件列表
身份验证程序
............\createsuss.php
............\fail.php
............\include
............\.......\config.inc.php
............\index.php
............\login.php
............\pass.php
............\post.php
............\reg.php
............\rereg.php
............\templates
............\.........\footer.php
............\.........\header.php
............\yourpage.php
............\必读.txt
............\createsuss.php
............\fail.php
............\include
............\.......\config.inc.php
............\index.php
............\login.php
............\pass.php
............\post.php
............\reg.php
............\rereg.php
............\templates
............\.........\footer.php
............\.........\header.php
............\yourpage.php
............\必读.txt