| 
 
| | 插件名称:首页三格+调用最新图片组成幻灯播放FOR5.0 |  | 适用版本:  discuz!5.0 正式版/RC2 GBK编码 |  | 修改难度:  易 |  | 数据库升级:  无 |  | 站点演示:http://bbs.xhsd.net | 
 
 
 注意一下:有不少人都说自已调取不了图片出错出现类似错误Warning: shuffle() expects parameter 1 to be array, boolean given in e:\wwwroot\0815\web\pic.php on line 39,大家查一下你的论坛是否有JPG格式的附件,一定要是附件哦!后面还会更新整合社区明星!
 关于调取搜索范围,请打开PIC.PHP自行修改  里面都有说明了~~1、修改index.php
 找到:
 
 require_once DISCUZ_ROOT.'./include/forum.func.php';下面添加:
 
 require_once DISCUZ_ROOT.'./include/misc.func.php';找到:
 
 $newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;下面添加:
 
 //---------------hack Meminfo startif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "MSIE 6.0")) {
 $visitor_browser = "Internet Explorer 6.0";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "MSIE 5.5")) {
 $visitor_browser = "Internet Explorer 5.5";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "MSIE 5.0")) {
 $visitor_browser = "Internet Explorer 5.0";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "MSIE 4.01")) {
 $visitor_browser = "Internet Explorer 4.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], "NT 5.1")) {
 $visitor_os = "Windows XP";
 }elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "NT 5.2")) {
 $visitor_os = "Windows Server 2003";
 }elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "NT 5")) {
 $visitor_os = "Windows 2000";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "4.9")) {
 $visitor_os = "Windows ME";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "NT 4")) {
 $visitor_os = "Windows NT 4.0";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "98")) {
 $visitor_os = "Windows 98";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "95")) {
 $visitor_os = "Windows 95";
 } 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 = "./");
 //---------------hack Meminfo start
 if(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "MSIE 6.0")) {
 $visitor_browser = "Internet Explorer 6.0";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "MSIE 5.5")) {
 $visitor_browser = "Internet Explorer 5.5";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "MSIE 5.0")) {
 $visitor_browser = "Internet Explorer 5.0";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "MSIE 4.01")) {
 $visitor_browser = "Internet Explorer 4.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], "NT 5.1")) {
 $visitor_os = "Windows XP";
 }elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "NT 5.2")) {
 $visitor_os = "Windows Server 2003";
 }elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "NT 5")) {
 $visitor_os = "Windows 2000";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "4.9")) {
 $visitor_os = "Windows ME";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "NT 4")) {
 $visitor_os = "Windows NT 4.0";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "98")) {
 $visitor_os = "Windows 98";
 } elseif(strpos($HTTP_SERVER_VARS[HTTP_USER_AGENT], "95")) {
 $visitor_os = "Windows 95";
 } 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 =29; //修改标题显示字数
 $hack_cut_strauthor = 9;
 $new_post_threadlist = array();
 $nthread = array();
 $query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid=t.fid ORDER BY t.dateline DESC LIMIT 0, 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] + ($timeoffset * 3600));
 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 = 29; //修改标题显示字数
 $hack_cut_strauthor = 9;
 $new_reply_threadlist = array();
 $rthread = array();
 $query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid=t.fid  AND t.closed NOT LIKE 'moved|%' AND t.replies !=0 ORDER BY t.lastpost DESC LIMIT 0, 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'] + $timeoffset * 3600);
 $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 = 29; //修改标题显示字数
 $hack_cut_strauthor = 9;
 $new_hot_threadlist = array();
 $mthread = array();
 $query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid=t.fid  AND t.closed NOT LIKE 'moved|%' AND t.replies !=0 ORDER BY t.views DESC LIMIT 0, 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'] + $timeoffset * 3600);
 $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;
 }
 //热帖//
2.打开/templates/default/discuz.htm
 
 
 查找
 
 <!--{if !empty($advlist['text'])}-->在上面添加
 
 <table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder"><tr class="header">
 <td class="header" width="25%" align="center"><b>≡论坛图片≡</b></td>
 <td class="header" width="25%" align="center"><b>≡最新话题≡</b></td>
 <td class="header" width="25%" align="center"><b>≡最新回复≡</b></td>
 <td class="header" width="25%" align="center"><b>≡热门话题≡</b></td>
 </tr>
 <tr>
 <td class="altbg1" align="center"><iframe name="I1" src="pic.php" width="230" height="170" frameborder=0 scrolling=no marginwidth="9" marginheight="2" align="right"></iframe>
 </td>
 <td class="altbg1"><!--{loop $new_post_threadlist $nthread}-->
 <table border="0" width='100%' cellspacing="2">
 <tr>
 <td height="12" width='100%'><font color="#FFA6D2" face="Wingdings">☆</font>
 <!--{if $nthread[replies]}-->
 <a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title="最新话题 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}最后回覆: $nthread[lastreplytime]{LF}{lang lastpost}: $nthread[lastposter]" target='_blank'>$nthread[view_subject]</a>
 <!--{else}-->
 <a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title="最新话题 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间{lang time}: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}{lang replies}: 暂时没有回覆" target='_blank'>$nthread[view_subject]</a>
 <!--{/if}-->
 </td>
 </tr>
 </table>
 <!--{/loop}--></td>
 <td class="altbg1"><!--{loop $new_reply_threadlist $rthread}-->
 <table border="0" width='100%' cellspacing="2">
 <tr>
 <td height="12" width='100%'><font color="#FFA6D2" face="Wingdings">☆</font><a href="viewthread.php?tid=$rthread[tid]" $rthread['highlight'] title="最新回复 {LF}所在论坛: $rthread[forumname]{LF}主题标题: $rthread[subject]{LF}主题作者: $rthread[author]{LF}发表时间: $rthread[date]{LF}浏览次数: $rthread[views] 次{LF}回复次数: $rthread[replies] 次{LF}最后回覆: $rthread[lastreplytime]{LF}{lang lastpost}: $rthread[lastposter]" target='_blank'>$rthread[view_subject]</a></td>
 </tr>
 </table>
 <!--{/loop}--></td>
 <td class="altbg1"><!--{loop $new_hot_threadlist $mthread}-->
 <table border="0" width='100%' cellspacing="2">
 <tr>
 <td height="12" width='100%'><font color="#FFA6D2" face="Wingdings">☆</font><a href="viewthread.php?tid=$mthread[tid]" $mthread['highlight'] title="热门话题 {LF}所在论坛: $mthread[forumname]{LF}主题标题: $mthread[subject]{LF}主题作者: $mthread[author]{LF}发表时间: $mthread[date]{LF}浏览次数: $mthread[views] 次{LF}回复次数: $mthread[replies] 次{LF}最后回覆: $mthread[lastreplytime]{LF}{lang lastpost}: $mthread[lastposter]" target='_blank'>$mthread[view_subject]</a></td>
 </tr>
 </table>
 <!--{/loop}--></td>
 </tr>
 </table>
如果要修改调用贴孑的显示条数,则修改以下代码位置
 
 $query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid=t.fid ORDER BY t.dateline DESC LIMIT 0, 8");把8改为你想显示的条数就可以。
 
 调整图片大小:
 修改论坛首页模板discuz.htm,您插入的代码
 
 <iframe name="I1" src="pic.php" width="230"(修改宽度) height="170"(修改宽度) frameborder=0 
 scrolling=no marginwidth="9" marginheight="2" align="right"></iframe>
修改pic.php
 
 var focus_width=230var focus_height=170
二个对应
 
 从老板本升级到新体板方法:
 
 1.重新上传附件2.打开/templates/default/discuz.htm
 查找
 <td class="altbg1" align="center"><iframe name="I1" src="pic.php" width="230" height="160" frameborder=0 scrolling=no marginwidth="9" marginheight="2" align="right"></iframe>
 修改为
 <td class="altbg1" align="center"><iframe name="I1" src="pic.php" width="230" height="170" frameborder=0 scrolling=no marginwidth="9" marginheight="2" align="right"></iframe>
最近比较忙终于有时间上来了:先解答如何调整图下方出字
 打开PCI.PHP
 找到
 var focus_width=230
 var focus_height=170
 修改
 var focus_height=170 见意把170设150 大家可以自已试试,慢慢设定,个人觉的不出字比较好点
 其实PIC.PHP 有很设定,大家可以慢慢试~~
安大家的意见,刷新太快,还没有显示完就下一张了,不太理响,做出如下修改1.在原来调到20张图的基础上再加上一个要求,随机显示6张,每次刷新页会更换
 2.加入FLASH,看起来更加美观
 3.加入缓存,缓存名:showpic  若与何插件冲突请修改请打开pic.php修改
[ 本帖最后由 zxm393 于 2006-9-26 15:46 编辑 ]
 | 
 |