Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[分享] 解决如何在自己的uc home2.0批量注册会员

[复制链接]
c4m 发表于 2009-12-23 09:36:31 | 显示全部楼层 |阅读模式
解决 https://discuz.dismall.com/thread-1520450-1-1.html 提出的问题,本人支持共享,如有疑问可加我qq:359513995

解决这个问题需要修改部分文件和添加几个文件,具体解决方法如下:
1 打开 根目录下的 cp.php
查找:
  1. $acs = array('space', 'doing', 'upload', 'comment', 'blog', 'album', 'relatekw', 'common', 'class',
  2.         'swfupload', 'thread', 'mtag', 'poke', 'friend',
  3.         'avatar', 'profile', 'theme', 'import', 'feed', 'privacy', 'pm', 'share', 'advance', 'invite','sendmail',
  4.         'userapp', 'task', 'credit', 'password', 'domain', 'event', 'poll', 'topic',
  5.         'click','magic', 'top', 'videophoto');
复制代码
将其替换为:
  1. $acs = array('space', 'bulk', 'doing', 'upload', 'comment', 'blog', 'album', 'relatekw', 'common', 'class',
  2.         'swfupload', 'thread', 'mtag', 'poke', 'friend',
  3.         'avatar', 'profile', 'theme', 'import', 'feed', 'privacy', 'pm', 'share', 'advance', 'invite','sendmail',
  4.         'userapp', 'task', 'credit', 'password', 'domain', 'event', 'poll', 'topic',
  5.         'click','magic', 'top', 'videophoto');
复制代码
2 打开 ./language/lang_showmessage.php
查找:
  1. 'registered' => '注册成功了,进入个人空间',
复制代码
在其下方添加:
  1. 'bluk_success' => '批量添加会员成功了!',
复制代码
3 下载附件:
  
   1) 将bulk_user.htm 放到 ./template/default/文件夹下
  2) 将cp_bulk.php 放到 ./source/文件夹下

4 登录你的账号到uchome,访问 cp.php?ac=bulk,批量添加就ok了

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
云天一 发表于 2009-12-23 09:42:52 | 显示全部楼层
感谢楼主分享
回复

使用道具 举报

ybziyou 发表于 2010-1-29 11:27:23 | 显示全部楼层
哇靠。。这个不错啊。。试试看能成不。。
回复

使用道具 举报

xm198 发表于 2010-3-20 10:38:38 | 显示全部楼层
我是GBK,批量添加时乱码了
回复

使用道具 举报

我非平凡 发表于 2010-3-20 13:44:04 | 显示全部楼层
谢谢楼主分享
回复

使用道具 举报

fenggege325 发表于 2010-3-20 14:18:34 | 显示全部楼层
不错呀!谢谢啦!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-27 12:38 , Processed in 0.028730 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表