久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

返回列表 發(fā)帖
查看: 6149|回復(fù): 4

Discuz! X版本地附件與遠(yuǎn)程附件的轉(zhuǎn)換教程

6

主題

1026

回帖

1410

積分

應(yīng)用開發(fā)者

貢獻(xiàn)
24 點(diǎn)
金幣
170 個(gè)
QQ
樓主
發(fā)表于 2019-5-31 16:46:24 | 只看樓主 |倒序?yàn)g覽 |閱讀模式
進(jìn)行操作前,請備份數(shù)據(jù)庫

一本地轉(zhuǎn)到遠(yuǎn)程

1論壇后臺--全局--上傳設(shè)置--啟用遠(yuǎn)程附件

2將本地附件目錄data/attachment里面的文件夾移動到遠(yuǎn)程服務(wù)器上

3數(shù)據(jù)庫執(zhí)行sql語句

論壇的(0表示本地,1表示遠(yuǎn)程,)

  1. update pre_forum_attachment_0 set remote=1 where remote=0;
  2. update pre_forum_attachment_1 set remote=1 where remote=0;
  3. update pre_forum_attachment_2 set remote=1 where remote=0;
  4. update pre_forum_attachment_3 set remote=1 where remote=0;
  5. update pre_forum_attachment_4 set remote=1 where remote=0;
  6. update pre_forum_attachment_5 set remote=1 where remote=0;
  7. update pre_forum_attachment_6 set remote=1 where remote=0;
  8. update pre_forum_attachment_7 set remote=1 where remote=0;
  9. update pre_forum_attachment_8 set remote=1 where remote=0;
  10. update pre_forum_attachment_9 set remote=1 where remote=0;
復(fù)制代碼
門戶
  1. update pre_portal_article_title set remote=1 where remote=0;
  2. update pre_portal_attachment set remote=1 where remote=0;
  3. update pre_portal_topic_pic set remote=1 where remote=0;
復(fù)制代碼
相冊的{相冊表中的remote取值還有一種情況為remote=2(論壇附件圖片保存到相冊)}
  1. update pre_home_pic set remote=remote+1;
復(fù)制代碼


二 遠(yuǎn)程轉(zhuǎn)到本地

后臺關(guān)閉遠(yuǎn)程附件設(shè)置,將附件移動到本地服務(wù)器的 data/attachment目錄后執(zhí)行sql即可

0表示本地,1表示遠(yuǎn)程,


  1. update pre_forum_attachment_0 set remote=0 where remote=1;
  2. update pre_forum_attachment_1 set remote=0 where remote=1;
  3. update pre_forum_attachment_2 set remote=0 where remote=1;
  4. update pre_forum_attachment_3 set remote=0 where remote=1;
  5. update pre_forum_attachment_4 set remote=0 where remote=1;
  6. update pre_forum_attachment_5 set remote=0 where remote=1;
  7. update pre_forum_attachment_6 set remote=0 where remote=1;
  8. update pre_forum_attachment_7 set remote=0 where remote=1;
  9. update pre_forum_attachment_8 set remote=0 where remote=1;
  10. update pre_forum_attachment_9 set remote=0 where remote=1;
復(fù)制代碼
  1. update pre_portal_article_title set remote=0 where remote=1;
  2. update pre_portal_attachment set remote=0 where remote=1;
  3. update pre_portal_topic_pic set remote=0 where remote=1;
  4. update pre_home_pic set remote=remote-1;
復(fù)制代碼

評分

參與人數(shù) 1貢獻(xiàn) +1 收起 理由
dashen + 1 贊一個(gè)!

查看全部評分

回復(fù)

使用道具 舉報(bào)

15

主題

1796

回帖

2076

積分

應(yīng)用開發(fā)者

discuz 老兵

貢獻(xiàn)
10 點(diǎn)
金幣
188 個(gè)
QQ
沙發(fā)
發(fā)表于 2019-6-7 21:12:02 | 只看Ta
:):)收藏了 不錯(cuò)
回復(fù)

使用道具 舉報(bào)

2

主題

9

回帖

27

積分

初學(xué)乍練

貢獻(xiàn)
0 點(diǎn)
金幣
15 個(gè)
板凳
發(fā)表于 2019-6-7 22:31:51 | 只看Ta
最近用的上,感謝大牛分享,少了很多上傳的活
回復(fù)

使用道具 舉報(bào)

1

主題

192

回帖

226

積分

爐火純青

貢獻(xiàn)
0 點(diǎn)
金幣
32 個(gè)
地板
發(fā)表于 2019-6-16 15:12:18 | 只看Ta
謝謝分享進(jìn)來學(xué)習(xí)
回復(fù)

使用道具 舉報(bào)

1

主題

18

回帖

27

積分

初學(xué)乍練

貢獻(xiàn)
0 點(diǎn)
金幣
7 個(gè)
5#
發(fā)表于 2024-7-18 14:39:25 | 只看Ta
最近用的上,感謝大牛分享,少了很多上傳的活
回復(fù)

使用道具 舉報(bào)

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則

  • 關(guān)注公眾號
  • 有償服務(wù)微信
  • 有償服務(wù)QQ

手機(jī)版|小黑屋|Discuz! 官方交流社區(qū) ( 皖I(lǐng)CP備16010102號 |皖公網(wǎng)安備34010302002376號 )|網(wǎng)站地圖|star

GMT+8, 2025-7-3 19:32 , Processed in 0.082583 second(s), 12 queries , Redis On.

Powered by Discuz! W1.0 Licensed

Cpoyright © 2001-2025 Discuz! Team.

關(guān)燈 在本版發(fā)帖
有償服務(wù)QQ
有償服務(wù)微信
返回頂部
快速回復(fù) 返回頂部 返回列表