关键字描述:显示 问题 图片 关于 新闻 协议 百度 &nbsp &quot &lt

图片:
百度新闻协议 关于图片显示的问题

图片:
百度新闻协议 关于图片显示的问题

[attachment=16890] [attachment=16890] [attachment=16890] <?php
require_once(dirname(__FILE__)."/config.php");
if(empty($do)){
include ‘./templets/baidunews.htm’;
}else{
$baidunews = "<?xml version=\&;1.0\&; encoding=\&;gb18030\&; ?>\n";
$baidunews .= "<document>\n";
$baidunews .= "<webSite>$cfg_webname </webSite>\n";
$baidunews .= "<webMaster>$cfg_adminemail </webMaster>\n";
$baidunews .= "<updatePeri>$cfg_updateperi </updatePeri>\n";
$limit = $cfg_baidunews_limit;
if($limit > 100 || $limit < 1) $limit = 100;
$query = "select maintable.*, addtable.body, arctype.typename, arc.writer,arc.source
from [url=mailto:xkzzz_full_search]xkzzz_full_search[/url] maintable
left join [url=mailto:xkzzz_addonarticle]xkzzz_addonarticle[/url] addtable on addtable.aid=maintable.aid
left join [url=mailto:xkzzz_arctype]xkzzz_arctype[/url] arctype on arctype.ID=maintable.typeid
left join [url=mailto:xkzzz_archives]xkzzz_archives[/url] arc on arc.ID=maintable.aid
where maintable.channelid=1 order by maintable.uptime desc limit $limit
";
$dsql->SetQuery($query);
$dsql->execute();
while($row = $dsql->getarray()){
$title = htmlspecialchars($row[‘title’]);

if(strpos($row[‘url’],’http://’) === false){
$link = $cfg_basehost.$row[‘url’];
}else{
$link = $row[‘url’];
}
$link = htmlspecialchars($link);
$description = htmlspecialchars($row[‘addinfos’]);
$description =str_replace("  ","", $description);//去除中文tab键产生的空白
$text = trim($row[‘body’]);
//处理内容块;
$text =nl2br($text );
$text =strip_tags($text );
$text =str_replace("  ","", $text);
$text =str_replace("<","<", $text);
$text =str_replace(">",">", $text);
$text =str_replace("—","-", $text);
$text = preg_replace("/\ \;/i", " ", $text );

上一页12 下一页 阅读全文

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。