您好,欢迎访问一九零五行业门户网

UCenter 批量添加用户php

只要把该php放进ucenter目录下,执行就可以了.来源: http://www.tongqiong.com/read.php?tid-27-ds-1.html //作者:www.tongqiong.com//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');?> global $_sglobal;//定义全局变量 //注册的用户名 $rando_first_name = array( '哪里购物', '同穷论坛', '台州妈妈', '7788黑客' ); //注册的密码 $rando_first_password = array( '15032x', '103716', '114517', '1ggg17' ); /*为了确保用户名和密码能对上号,输出个字的数组长度进行比较echo count($rando_first_name);echo ______;echo count($rando_first_password);exit; */ for($i=0;$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
; }else{ echo 您要添加的用户已添加!; }} //作者:www.tongqiong.com?>
复制代码
其它类似信息

推荐信息