install_newid_ing.php
来自「php写的论坛,代码精简到极点 请相看说明文件。是从英文翻译过来的:)」· PHP 代码 · 共 28 行
PHP
28 行
<?
//////////////////////////////////ready
include "connect.php";
include "lib.php";
//////////////////////////////////check
chk_cookie("na3_install","${error}连接错误");
chk_mail($mail,"${error}E-mail地址填写错误");
if($home!="http://" && $home){chk_home($home,"${error}主页地址填写错误");}
//////////////////////////////////check2
$id=trim($id);
chk_word($id,"&");
chk_word($pass,"&");
//////////////////////////////////check3
chk_input("$member_table","id","$id","${error}ID已存在");
//////////////////////////////////input
$date=time();
input("$member_table","id,pass,level,name,mail,messenger,home,mailing,open,date,root","'$id',password('$pass'),1,'$name','$mail','$messenger','$home','$mailing','$open',$date,'1'");
//////////////////////////////////move
mysql_close($connect);
go("root.php");
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?