所属分类:
系统/网络安全
开发工具:PHP
文件大小:9KB
下载次数:5
上传日期:2006-04-20 19:43:12
说明: 身份验证系统 您在使用之前应将 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 mainframe 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 ()
文件列表:
身份验证程序
............\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