⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install_newid_ing.php

📁 php写的论坛,代码精简到极点 请相看说明文件。是从英文翻译过来的:)
💻 PHP
字号:
<?
//////////////////////////////////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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -