|
发表于 2010-6-23 08:54:48
|
显示全部楼层
BUG
1、不能指定用户,老是什么windows TEST等
还有为什么我的“来源”标签不显示呢?例如我采集某个 ...
worromot 发表于 2010-6-22 12:20
locoy.config配置文件,配置一些参数- $password="123456"; //注册用户默认密码
- //$password=password(8); //如果不需要密码,可以使用随机密码功能,删除前面//可以随机产生一个8位数的密码
- $emails= array('@163.com','@126.com','@yahoo.com','@live.cn','@hotmail.com','@sina.com','@yahoo.cn'); //注册用户使用的默认邮箱地址
- $email=randstr(rand(4,9)).$emails[array_rand($emails)]; //随机注册邮箱
- $time=1234567; //时间间隔,用于回复间的时间计算,以及注册时间运算,运算函数可以查看locoy.func.php
- $reusernames=array('修龙','依茜。','foolish422','浅喧','shrink',);//用于回复的用户名
- //----------------------以下2个不建议填写,反正没有用处-----------------------------------//
- $questionid=""; //注册时的安全问题,对应论坛选择的0-8号问题,自定义问题填写-1
- $answer=""; //安全问题答案,
复制代码 |
|