- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
1:批量删除回帖 pre_forum_post 表中储的是论坛帖子和回复。每增加一个帖子或者回复,pid值+1.
first值为1的,代表是主题。first值为0的,代表是回帖。
delete from pre_forum_post where pid>3 and pid<16283795 and first=0;
2:批量删除用户签名
update pre_common_member_field_forum set sightml='';
3:批量删除N天前的用户短消息
delete FROM pre_ucenter_pm_messages_0 where dateline < 1353327620 ;
时间戳可以从这里转换 http://www.landui.com/Tools/unixtime.aspx
4:调整某个帖子的点击数
update cdb_threads SET views=点击数 where tid=主题编号;
update `cdb_forums` SET `allowmediacode` = '1'
5:一次性关闭板块fid20帖子
update `cdb_threads` SET `closed` = '1' where `fid` =20 ;
售前咨询
售后咨询
备案咨询
二维码
TOP