国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > 織夢DEDE > 正文

織夢DEDECMS采集沒有自動生成摘要和關鍵字的解決教程

2024-07-12 08:46:27
字體:
來源:轉載
供稿:網(wǎng)友

織夢5.6采集到了內容,可沒有自動生成摘要和關鍵字,關鍵字和摘要都是空的。
可能很多人都遇到了和我一樣的問題,在論壇實在沒找到好的解決辦法,就自己動手去改改文件。廢話不多說了。
下面是我的解決辦法:

1、修改 include/dedecollection.class.php

//自動分析關鍵字和摘要  
 

preg_match("/<meta[s]+name=['"]keywords['"] content=['"](.*)['"]/isU",$this->tmpHtml,$inarr);  preg_match("/<meta[s]+content=['"](.*)['"] name=['"]keywords['"]/isU",$this->tmpHtml,$inarr2);  if(!isset($inarr[1]) && isset($inarr2[1]))  {  $inarr[1] = $inarr2[1];  } 
用下面一段代碼替換上面的
//自動分析關鍵字和摘要  preg_match("/<meta[s]+name=['"]keywords['"] content=['"](.*)['"]/isU",$this->tmpHtml,$inarr);  preg_match("/<meta[s]+content=['"](.*)['"] name=['"]keywords['"]/isU",$this->tmpHtml,$inarr2);  preg_match("/<meta[s]+name=keywords content=['"](.*)['"]/isU",$this->tmpHtml,$inarr3);  if(!isset($inarr[1]) && isset($inarr2[1]))  {  $inarr[1] = $inarr2[1];  }  if(!isset($inarr[1]) && isset($inarr3[1]))  {  $inarr[1] = $inarr3[1];  } 
改了上面的, 還有另一個地方需要修改的
preg_match("/<meta[s]+name=['"]description['"] content=['"](.*)['"]/isU",$this->tmpHtml,$inarr);  preg_match("/<meta[s]+content=['"](.*)['"] name=['"]description['"]/isU",$this->tmpHtml,$inarr2);  if(!isset($inarr[1]) && isset($inarr2[1]))  {  $inarr[1] = $inarr2[1];  } 
用下面的代碼替換掉上面的:
preg_match("/<meta[s]+name=['"]description['"] content=['"](.*)['"]/isU",$this->tmpHtml,$inarr);  preg_match("/<meta[s]+content=['"](.*)['"] name=['"]description['"]/isU",$this->tmpHtml,$inarr2);  preg_match("/<meta[s]+name=description content=['"](.*)['"]/isU",$this->tmpHtml,$inarr3);  if(!isset($inarr[1]) && isset($inarr2[1]))  {  $inarr[1] = $inarr2[1];  }  if(!isset($inarr[1]) && isset($inarr3[1]))  {  $inarr[1] = $inarr3[1];  } 

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 新竹县| 辽阳市| 渭源县| 凯里市| 视频| 株洲县| 阿城市| 章丘市| 渝北区| 禹城市| 新龙县| 类乌齐县| 奉新县| 秭归县| 沅江市| 成武县| 清流县| 万全县| 通辽市| 塔城市| 韶山市| 渭源县| 九台市| 乌拉特后旗| 鹤峰县| 大关县| 枣强县| 上饶市| 崇信县| 陇川县| 青州市| 绥芬河市| 珠海市| 九台市| 大方县| 永修县| 宜宾市| 肥乡县| 封丘县| 景德镇市| 无为县|