$strQuery="select * from info where id=$id and flag='Y'";
$db->Query($strQuery);
if ($db->num_rows()==0) {die ("非法操作!");}
$db->next_record();
list ($id,$kind,$title,$author,$content,$img_name,$email,$hits,
$display,$isfree,$flag,$post_time)
=$db->Record;
?>
|
echo " $title ";?>
文章时间:
if (strstr($session_member_paid,$kind) || $isfree=="Y" || $display=="Y")
{
if (strlen(trim($img_name))!=0){echo " ";}
if (trim($keywords)!=""){$content=str_replace($keywords,"".$keywords."",$content);}
echo nl2br($content)." ";
if (trim($author)!=""){echo " ("."".trim($author).")";}
/*
//echo"免费文章";
if (strlen(trim($img_name))!=0){echo " ";}
if (trim($keywords)!=""){$content=str_replace($keywords,"".$keywords."",$content);}
if ($session_member_regid != "")
{
echo nl2br($content);
echo " (right 01)";
if (trim($author)!=""){echo " ("."".trim($author).")";}
}
else
{
$currenttime =time();
$year=substr($post_time, 0, 4);
$month=substr($post_time, 5, 2);
$day=substr($post_time, 8, 2);
$H=substr($post_time, 11, 2);
$i=substr($post_time, 14, 2);
$s=substr($post_time, 17, 2);
$currenttime1=mktime($H,$i,$s,$month,$day,$year);
$minus=$currenttime-$currenttime1-518400;
if ($minus<0)
{
echo nl2br($content);
}
else
{
echo substr(nl2br($content),0,800)."...";
echo " 您不是中国家电在线的收費会员,没有查看本信息的权限。請以您的帐号密碼登入或打电话给(020)38869556与会员服务部联系。(error 10)";
include("$includePath/loginin.inc");
}
echo substr(nl2br($content),0,800)."...";
if (trim($author)!=""){echo " ("."".trim($author).")";}
echo " 您不是中国家电在线的收費会员,没有查看本信息的权限。請以您的帐号密碼登入或打电话给(020)38869556与会员服务部联系。(error 04)";
include("$includePath/loginin.inc");
*/
?>
/*
*/
?>
// }
?>
}else {
//echo"收费文章";
if (trim($keywords)!=""){$content=str_replace($keywords," ".$keywords."",$content);}
if ($session_member_regid != "")
{
if (strlen(trim($img_name))!=0){echo " ";}
echo nl2br($content);
echo " (right 02)";
if (trim($author)!=""){echo " ("." ".trim($author).")";}
}
else{
echo" 经过中国家电在线市场调研部的艰苦努力,现会员社区内的研究报告统计数据等内容全部更新整理,全面对收费会员开放...";
echo " 您不是中国家电在线的收費会员,没有查看本信息的权限。請以您的帐号密碼登入或打电话给(020)38869556与会员服务部联系。(error 08)";
include("$includePath/loginin.inc");
echo" ";
}
?>
}
?>
中国家电在线著作权声明
中国家电在线的所有内容均由其内容合作方提供。根据最高人民法院《关于审理涉及计算机网络著作权纠纷案件适用法律若干问题的解释》(法释[2000]48号)第三条之规定,除著作权人声明或者上载该作品的网络服务提供者受著作权人的委托声明不得转载、摘编的以外,我们有权转载或摘编已在报刊上刊登或者网络上传播的作品,并注明出处。
中国家电在线传输内容声明
中国家电在线在网上传输的所有内容均由内容合作方提供,该等内容合作方负责其所发布的内容的真实性、准确性和合法性。
|
免费专区 |
//=== 免费专区内容 ===
$strQuery="select id,title from info where isfree='Y' and flag='Y' order by id desc limit 0,6";
$db->query($strQuery);
while ($db->next_record()) {
list($free_id,$free_title)=$db->Record;
if (strlen($free_title)>31){$free_title=substr($free_title,0,30);}
echo "·$free_title ";
}
?>
|
|
|
|