discuz 首页四格:最新话题+最新回复+热门话题+精华文章插件
discuz 首页四格:最新话题+最新回复+热门话题+精华文章插件
首页四格:最新话题+最新回复+热门话题+精华文章forDZ5.5正式版
适用版本:Discuz!5.5正式版
修改难度:易
数据库升级:无
演示网站:http://fhxye.cn/
作者:我只是修改罢了~!!!
更新了一下,感谢[url=profile-uid-141096.html]efrog[/url]:lol
原贴:http://www.discuz.net/thread-397572-1-5.html
第一步:index.PHP
找到:
<div class="codetitle"><a style="CURSOR: pointer" data="26862" class="copybut" id="copybut26862" onclick="doCopy('code26862')"> 代码如下:
<div class="codebody" id="code26862">
require_onceDISCUZ_ROOT.'./include/forum.func.PHP';
下面加入:
<div class="codetitle">
<a style="CURSOR: pointer" data="18576" class="copybut" id="copybut18576" onclick="doCopy('code18576')"> 代码如下: <div class="codebody" id="code18576">
require_onceDISCUZ_ROOT.'./include/misc.func.PHP';
找到:
<div class="codetitle">
<a style="CURSOR: pointer" data="96550" class="copybut" id="copybut96550" onclick="doCopy('code96550')"> 代码如下: <div class="codebody" id="code96550">
$newthreads=round(($timestamp-$lastvisit+600)/1000)
1000;
下面添加:
<div class="codetitle">
<a style="CURSOR: pointer" data="36071" class="copybut" id="copybut36071" onclick="doCopy('code36071')"> 代码如下: <div class="codebody" id="code36071">
//---------------hackMeminfostart
if(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"MSIE6.0")){
$visitor_browser="InternetExplorer6.0";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"MSIE5.5")){
$visitor_browser="InternetExplorer5.5";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"MSIE5.0")){
$visitor_browser="InternetExplorer5.0";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"MSIE4.01")){
$visitor_browser="InternetExplorer4.01";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"NetCaptor")){
$visitor_browser="NetCaptor";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"Netscape")){
$visitor_browser="Netscape";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"Lynx")){
$visitor_browser="Lynx";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"Opera")){
$visitor_browser="Opera";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"Konqueror")){
$visitor_browser="Konqueror";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"Mozilla")){
$visitor_browser="Mozilla";
}else{
$visitor_browser="其它";
}
//上面的是浏览器//
if(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"NT5.1")){
$visitor_os="WindowsXP";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"NT5.2")){
$visitor_os="WindowsServer2003";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"NT5")){
$visitor_os="Windows2000";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"4.9")){
$visitor_os="WindowsME";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"NT4")){
$visitor_os="WindowsNT4.0";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"98")){
$visitor_os="Windows98";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"95")){
$visitor_os="Windows95";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"Mac")){
$visitor_os="Mac";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"Linux")){
$visitor_os="Linux";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"Unix")){
$visitor_os="Unix";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"FreeBSD")){
$visitor_os="FreeBSD";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"SunOS")){
$visitor_os="SunOS";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"BeOS")){
$visitor_os="BeOS";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"OS/2")){
$visitor_os="OS/2";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],";PC")){
$visitor_os="Macintosh";
}elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT],"AIX")){
$visitor_os="AIX";
}else{
$visitor_os="其他";
} $mem_home=convertip($onlineip,$datadir="./");
//info//
$colorarray=array('','red','orange','yellow','green','cyan','blue','purple','gray');
//新贴//
$hack_cut_str=24;//修改标题显示字数
$hack_cut_strauthor=9;
$new_post_threadlist=array();
$nthread=array();
$query=$db->query("SELECTt.,f.nameFROM{$tablepre}threadst,{$tablepre}forumsfWHEREt.fid<>'$fid'ANDf.fid=t.fidORDERBYt.datelineDESCLIMIT0,8");
while($nthread=$db->fetch_array($query)){
$nthread['forumname']=$nthread['name'];
$nthread['view_subject']=cutstr($nthread['subject'],$hack_cut_str);
$nthread['view_author']=cutstr($nthread['author'],$hack_cut_strauthor);
$nthread['date']=gmdate("$dateformat$timeformat",$nthread['dateline']+$timeoffset
3600);
$nthread['lastreplytime']=gmdate("$dateformat$timeformat",$nthread[lastpost]+($timeoffset3600));
if($nthread['highlight']){
$string=sprintf('%02d',$nthread['highlight']);
$stylestr=sprintf('%03b',$string[0]); $nthread['highlight']='style="';
$nthread['highlight'].=$stylestr[0]?'font-weight:bold;':'';
$nthread['highlight'].=$stylestr[1]?'font-style:italic;':'';
$nthread['highlight'].=$stylestr[2]?'text-decoration:underline;':'';
$nthread['highlight'].=$string[1]?'color:'.$colorarray[$string[1]]:'';
$nthread['highlight'].='"';
}else{
$nthread['highlight']='';
}
$new_post_threadlist[]=$nthread;
}
//新贴//
//新回覆
$hack_cut_str=24;//修改标题显示字数
$hack_cut_strauthor=9;
$new_reply_threadlist=array();
$rthread=array();
$query=$db->query("SELECTt.
,{$tablepre}forumsfWHEREt.fid<>'$fid'ANDf.fid=t.fidANDt.closedNOTLIKE'moved|%'ANDt.replies!=0ORDERBYt.lastpostDESCLIMIT0,8");
while($rthread=$db->fetch_array($query)){
$rthread['forumname']=$rthread['name'];
$rthread['view_subject']=cutstr($rthread['subject'],$hack_cut_str);
$rthread['view_lastposter']=cutstr($rthread['lastposter'],$hack_cut_strauthor);
$rthread['date']=gmdate("$dateformat$timeformat",$rthread['dateline']+$timeoffset3600);
$rthread['lastreplytime']=gmdate("$dateformat$timeformat",$rthread[lastpost]+($timeoffset
3600));
if($rthread['highlight']){
$string=sprintf('%02d',$rthread['highlight']);
$stylestr=sprintf('%03b',$string[0]); $rthread['highlight']='style="';
$rthread['highlight'].=$stylestr[0]?'font-weight:bold;':'';
$rthread['highlight'].=$stylestr[1]?'font-style:italic;':'';
$rthread['highlight'].=$stylestr[2]?'text-decoration:underline;':'';
$rthread['highlight'].=$string[1]?'color:'.$colorarray[$string[1]]:'';
$rthread['highlight'].='"';
}else{
$rthread['highlight']='';
}
$new_reply_threadlist[]=$rthread;
}
//回覆//
//热帖
$hack_cut_str=24;//修改标题显示字数
$hack_cut_strauthor=9;
[color=red]//这个可以选择安装或者不安装//[/color]
[color=red]//热贴指定天数//[/color]
[color=red]$this_time=time();[/color]
[color=red]$sort_time=$today-(6060
247);//7天内
[/color]$new_hot_threadlist=array();
$mthread=array();
$query=$db->query("SELECTt.
,{$tablepre}forumsfWHEREt.fid<>'$fid'ANDf.fid=t.fidANDt.closedNOTLIKE'moved|%'ANDt.replies!=0[color=red]andt.dateline>$sort_time[/color][b][color=red][/color][/b]ORDERBYt.viewsDESCLIMIT0,8");
while($mthread=$db->fetch_array($query)){
$mthread['forumname']=$mthread['name'];
$mthread['view_subject']=cutstr($mthread['subject'],$hack_cut_str);
$mthread['view_lastposter']=cutstr($mthread['lastposter'],$hack_cut_strauthor);
$mthread['date']=gmdate("$dateformat$timeformat",$mthread['dateline']+$timeoffset3600);
$mthread['lastreplytime']=gmdate("$dateformat$timeformat",$mthread[lastpost]+($timeoffset
3600));
if($mthread['highlight']){
$string=sprintf('%02d',$mthread['highlight']);
$stylestr=sprintf('%03b',$string[0]); $mthread['highlight']='style="';
$mthread['highlight'].=$stylestr[0]?'font-weight:bold;':'';
$mthread['highlight'].=$stylestr[1]?'font-style:italic;':'';
$mthread['highlight'].=$stylestr[2]?'text-decoration:underline;':'';
$mthread['highlight'].=$string[1]?'color:'.$colorarray[$string[1]]:'';
$mthread['highlight'].='"';
}else{
$mthread['highlight']='';
}
$new_hot_threadlist[]=$mthread;
}
//热帖//
//精华帖
$hack_cut_str=24;//修改标题显示字数
$hack_cut_strauthor=9;
$new_digest_threadlist=array();
$dthread=array();
$query=$db->query("SELECTt.,{$tablepre}forumsfWHEREdigest>'0'ANDt.fid<>'$fid'ANDf.fid=t.fidORDERBYt.datelineDESCLIMIT0,8");//修改显示帖子条数
while($dthread=$db->fetch_array($query)){
$dthread['forumname']=$dthread['name'];
$dthread['view_subject']=cutstr($dthread['subject'],$hack_cut_str);
$dthread['view_author']=cutstr($dthread['author'],$hack_cut_strauthor);
$dthread['date']=gmdate("$dateformat$timeformat",$dthread['dateline']+$timeoffset
3600);
$dthread['lastreplytime']=gmdate("$dateformat$timeformat",$dthread[lastpost]+($timeoffset3600));
if($dthread['highlight']){
$string=sprintf('%02d',$dthread['highlight']);
$stylestr=sprintf('%03b',$string[0]);
$dthread['highlight']='style="';
$dthread['highlight'].=$stylestr[0]?'font-weight:bold;':'';
$dthread['highlight'].=$stylestr[1]?'font-style:italic;':'';
$dthread['highlight'].=$stylestr[2]?'text-decoration:underline;':'';
$dthread['highlight'].=$string[1]?'color:'.$colorarray[$string[1]]:'';
$dthread['highlight'].='"';
}else{
$dthread['highlight']='';
}
$new_digest_threadlist[]=$dthread;
}
//精华帖//