网站之家技术交流论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1483|回复: 0

X2 远程附件空间本地化设置方法

[复制链接]
发表于 2014-7-30 22:42:29 | 显示全部楼层 |阅读模式
DZ!2.0 远程附件本地化设置方法

首先把远程附件取回本地,然后上传至网站目录对应文件夹。

进入后台 --> 全局 --> 上传设置 --> 远程附件 --> 启用远程附件 --> 否 --> 提交.

最后执行SQL数据库修改语句

update `***_forum_attachment_#` set remote=replace(remote,'1','0');

上面 *** 为数据库表前缀, # 为数据库分表(在2.0版附件数据库已经分表,分为 0-9)

默认为:
  1. update `pre_forum_attachment_0` set remote=replace(remote,'1','0');
  2. update `pre_forum_attachment_1` set remote=replace(remote,'1','0');
  3. update `pre_forum_attachment_2` set remote=replace(remote,'1','0');
  4. update `pre_forum_attachment_3` set remote=replace(remote,'1','0');
  5. update `pre_forum_attachment_4` set remote=replace(remote,'1','0');
  6. update `pre_forum_attachment_5` set remote=replace(remote,'1','0');
  7. update `pre_forum_attachment_6` set remote=replace(remote,'1','0');
  8. update `pre_forum_attachment_7` set remote=replace(remote,'1','0');
  9. update `pre_forum_attachment_8` set remote=replace(remote,'1','0');
  10. update `pre_forum_attachment_9` set remote=replace(remote,'1','0');
复制代码
回复

使用道具 举报

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

本版积分规则

小黑屋|手机版|Archiver|网站之家技术交流论坛 ( 粤ICP备09092995号 )

GMT+8, 2024-12-22 15:58 , Processed in 0.093963 second(s), 9 queries , File On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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