国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > PHP > 正文

UCenter 批量添加用戶的php代碼

2024-05-04 23:14:39
字體:
供稿:網(wǎng)友

復(fù)制代碼 代碼如下:


<?
//作者:
//header("content-type:text/html; charset=utf-8");
//include_once("include/config.php");
//include_once("include/db_mysql.inc.php");
////include_once("include/n_public_function.php");
//$db = new DB_MYSQL("localhost","dbh218710","root","123");
include_once('./common.php');
include_once(S_ROOT.'./data/data_magic.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<?
global $_SGLOBAL;//定義全局變量
//注冊(cè)的用戶名
$rando_first_name = array(
'哪里購(gòu)物',
'同窮論壇',
'臺(tái)州媽媽',
'7788黑客'
);
//注冊(cè)的密碼
$rando_first_password = array(
'15032x',
'103716',
'114517',
'1ggg17'
);
/*為了確保用戶名和密碼能對(duì)上號(hào),輸出個(gè)字的數(shù)組長(zhǎng)度進(jìn)行比較
echo count($rando_first_name);
echo "______";
echo count($rando_first_password);
exit;
*/
for($i=0;$i<count($rando_first_name);$i++){
$username = $rando_first_name[$i];
$pwd1 = $rando_first_password[$i];
$salt = substr(uniqid(rand()), -6);
$pwd = md5(md5($pwd1).$salt);
//查詢是否已存在此用戶名
$sql_username = "select username from uc_members where username='".$username."'";
$s_name = $_SGLOBAL['db']->fetch_array($_SGLOBAL['db']->query($sql_username));
//如果不存在重名的用戶
if($username != $s_name['username']){//如果不存在
$_SGLOBAL['db']->query("INSERT INTO uc_members (username, password,regdate,salt)
VALUES ('$username', '$pwd','".mktime()."','$salt')");
$sql = "select uid from uc_members where username='".$username."'";
$_SGLOBAL['db']->query($sql);
$uuu = $_SGLOBAL['db']->fetch_array($_SGLOBAL['db']->query($sql));
echo $uuu['uid'];
$_SGLOBAL['db']->query("INSERT INTO uc_memberfields (uid)
VALUES ('".$uuu['uid']."')");
echo $username."success<br/>";
}else{
echo "您要添加的用戶已添加!";
}
}
//作者:
?>
</body>
</html>

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 吴忠市| 泗洪县| 余江县| 林西县| 香格里拉县| 牙克石市| 醴陵市| 西吉县| 方城县| 额济纳旗| 即墨市| 垦利县| 运城市| 大邑县| 元阳县| 保定市| 西和县| 淮北市| 滁州市| 林周县| 东乡县| 江阴市| 灌云县| 普兰店市| 灵璧县| 阿尔山市| 嘉义县| 建昌县| 南皮县| 元阳县| 阳城县| 六枝特区| 武定县| 海门市| 乾安县| 荆州市| 临高县| 绥中县| 屏山县| 凤庆县| 黄大仙区|