解决方法:

1.找到dede的后台目录,在后台目录下的inc下找到inc_archives_functions.php

2.搜索GetCurContent函数,找到如下这段代码:

preg_match_all("/src=[\"|'|\s]{0,}(http:\/\/([^>]*)\.(gif|jpg|png))/isU",$body,$img_array);

3.注释这段代码,并加入如下代码:

preg_match_all("/src=[\"|'|\s]{0,}(http:\/\/([^>]*))(\"|'|\s)/isU",$body,$img_array);

 

 

相关文章:

  • 2022-03-03
  • 2022-12-23
  • 2021-06-13
  • 2021-10-19
  • 2021-10-10
  • 2021-12-06
  • 2022-12-23
  • 2021-08-15
猜你喜欢
  • 2022-02-09
  • 2022-12-23
  • 2021-08-10
  • 2021-06-08
  • 2021-08-22
  • 2021-08-19
  • 2022-12-23
相关资源
相似解决方案