Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

开卷论坛专题v1.0安装使用指南

[复制链接]
 楼主| KaijuanStudio 发表于 2006-6-11 11:13:12 | 显示全部楼层

回复 #10 hkin 的帖子

你是不小心修改错了 index.php 或者 index.htm
回复

使用道具 举报

hkin 发表于 2006-6-11 11:14:10 | 显示全部楼层
原帖由 KaijuanStudio 于 2006-6-11 11:13 发表
你是不小心修改错了 index.php 或者 index.htm

我重新覆盖了原来的这2个文件
再重新修改就还是那个提示
之前修改都是一样的,第一次没有错误
好像不是我一个人有这个问题
回复

使用道具 举报

 楼主| KaijuanStudio 发表于 2006-6-11 11:17:30 | 显示全部楼层

回复 #12 hkin 的帖子

好,你稍等,我检查一下
回复

使用道具 举报

ALXE 发表于 2006-6-11 11:20:01 | 显示全部楼层
这个要支持
回复

使用道具 举报

 楼主| KaijuanStudio 发表于 2006-6-11 11:30:07 | 显示全部楼层

这是我的 index.php 相关段落:

  1. <?php

  2. /*
  3.         [Discuz!] (C)2001-2006 Comsenz Inc.
  4.         This is NOT a freeware, use is subject to license terms

  5.         $RCSfile: index.php,v $
  6.         $Revision: 1.9.2.1 $
  7.         $Date: 2006/03/10 02:42:17 $
  8. */

  9. define('CURSCRIPT', 'index');

  10. require_once './include/common.inc.php';
  11. require_once DISCUZ_ROOT.'./include/forum.func.php';

  12. $discuz_action = 1;

  13. $validdays = $discuz_uid && !empty($groupexpiry) && $groupexpiry >= $timestamp ?
  14.         ceil(($groupexpiry - $timestamp) / 86400) : 0;

  15. if(isset($showoldetails)) {
  16.         switch($showoldetails) {
  17.                 case 'no': dsetcookie('onlineindex', 0, 86400 * 365); break;
  18.                 case 'yes': dsetcookie('onlineindex', 1, 86400 * 365); break;
  19.         }
  20. } else {
  21.         $showoldetails = false;
  22. }

  23. $currenttime = gmdate($timeformat, $timestamp + $timeoffset * 3600);
  24. $lastvisittime = gmdate("$dateformat $timeformat", $lastvisit + $timeoffset * 3600);

  25. $memberenc = rawurlencode($lastmember);
  26. $newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;

  27. //KaijuanStudio Flaunter1.0
  28. $setting = 1;
  29. include './flaunt/config.php';
  30. for($type = 1; $type <= $tnum; $type++) {
  31.         $setting = 2;
  32.         include './flaunt/config.php';
  33.         $topiclist .= "<b><a href="./flaunt/$type.htm" target="_blank">$srchtxt</a></b>&nbsp; | &nbsp;";
  34. }
  35. //Flaunter End
  36. /*
  37. $searchboxstatus = substr(sprintf('%03b', $qihoo_searchbox), -1, 1);
  38. $keywordlist = $qihoo_links['keywords'];
  39. $topiclist = $qihoo_links['topics'];

  40. if($qihoo_maxtopics) {
  41.         $customtopics = '';
  42.         foreach(explode("\t", $_DCOOKIE['customkw']) as $topic) {
  43.                 $topic = dhtmlspecialchars(trim(stripslashes($topic)));
  44.                 $customtopics .= '<a href="topic.php?keyword='.rawurlencode($topic).'" target="_blank">'.$topic.'</a> ';
  45.         }
  46. }
  47. */
  48. if(empty($gid)) {

  49.         $navigation = $navtitle = '';

  50.         $announcements = $space = '';
  51.         if($_DCACHE['announcements']) {
  52.                 foreach($_DCACHE['announcements'] as $announcement) {
  53.                         $announcements .= $space.'<a href="announcement.php?id='.$announcement['id'].'#'.$announcement['id'].'"><span class="bold">'.$announcement['subject'].'</span> '.
  54.                                 '('.gmdate($dateformat, $announcement['starttime'] + $timeoffset * 3600).')</a>';
  55.                         $space = '&nbsp; &nbsp; &nbsp; &nbsp;';
  56.                 }
  57.         }
复制代码


请你对照一下自己的。
回复

使用道具 举报

hkin 发表于 2006-6-11 11:47:39 | 显示全部楼层
  1. <?php

  2. /*
  3.         [Discuz!] (C)2001-2006 Comsenz Inc.
  4.         This is NOT a freeware, use is subject to license terms

  5.         $RCSfile: index.php,v $
  6.         $Revision: 1.9.2.1 $
  7.         $Date: 2006/03/10 02:42:17 $
  8. */

  9. define('CURSCRIPT', 'index');

  10. require_once './include/common.inc.php';
  11. require_once DISCUZ_ROOT.'./include/forum.func.php';

  12. $discuz_action = 1;

  13. $validdays = $discuz_uid && !empty($groupexpiry) && $groupexpiry >= $timestamp ?
  14.         ceil(($groupexpiry - $timestamp) / 86400) : 0;

  15. if(isset($showoldetails)) {
  16.         switch($showoldetails) {
  17.                 case 'no': dsetcookie('onlineindex', 0, 86400 * 365); break;
  18.                 case 'yes': dsetcookie('onlineindex', 1, 86400 * 365); break;
  19.         }
  20. } else {
  21.         $showoldetails = false;
  22. }

  23. $currenttime = gmdate($timeformat, $timestamp + $timeoffset * 3600);
  24. $lastvisittime = gmdate("$dateformat $timeformat", $lastvisit + $timeoffset * 3600);

  25. $memberenc = rawurlencode($lastmember);
  26. $newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;

  27. /*
  28. $searchboxstatus = substr(sprintf('%03b', $qihoo_searchbox), -1, 1);
  29. $keywordlist = $qihoo_links['keywords'];
  30. $topiclist = $qihoo_links['topics'];

  31. if($qihoo_maxtopics) {
  32.         $customtopics = '';
  33.         foreach(explode("\t", $_DCOOKIE['customkw']) as $topic) {
  34.                 $topic = dhtmlspecialchars(trim(stripslashes($topic)));
  35.                 $customtopics .= '<a href="topic.php?keyword='.rawurlencode($topic).'" target="_blank">'.$topic.'</a> ';
  36.         }
  37. }
  38. */
  39. //KaijuanStudio Flaunter1.0
  40. $setting = 1;
  41. include './flaunt/config.php';
  42. for($type = 1; $type <= $tnum; $type++) {
  43.         $setting = 2;
  44.         include './flaunt/config.php';
  45.         $topiclist .= "<b><a href="./flaunt/$type.htm" target="_blank">$srchtxt</a></b>&nbsp; | &nbsp;";
  46. }
  47. //Flaunter End

  48. if(empty($gid)) {

  49.         $navigation = $navtitle = '';

  50.         $announcements = $space = '';
  51.         if($_DCACHE['announcements']) {
  52.                 foreach($_DCACHE['announcements'] as $announcement) {
  53.                         $announcements .= $space.'<a href="announcement.php?id='.$announcement['id'].'#'.$announcement['id'].'"><span class="bold">'.$announcement['subject'].'</span> '.
  54.                                 '('.gmdate($dateformat, $announcement['starttime'] + $timeoffset * 3600).')</a>';
  55.                         $space = '&nbsp; &nbsp; &nbsp; &nbsp;';
  56.                 }
  57.         }
复制代码
回复

使用道具 举报

 楼主| KaijuanStudio 发表于 2006-6-11 11:52:54 | 显示全部楼层

index.htm 模板:

  1. <!--{if empty($gid)}-->
  2.         <div class="maintable">
  3.         <table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
  4.         <tr class="header"><td colspan="3">$bbname {lang index_announcements}</td></tr>
  5.         <tr class="altbg2" align="center">
  6.         <td colspan="3" align="center">
  7.         <!--{if empty($announcements)}-->
  8.                 {lang index_noannouncement}
  9.         <!--{else}-->
  10.                 <marquee direction="left" scrollamount="3" onMouseOver="this.stop();" onMouseOut="this.start();">
  11.                 $announcements
  12.                 </marquee>
  13.         <!--{/if}-->
  14.         </td></tr>
  15.         <!--{if $qihoo_status && $searchboxstatus}-->
  16.                 <tr class="altbg2"><td>
  17.                 <table width="100%" border="0" cellpadding="1" cellspacing="0">
  18.                 <tr><td width="50%">
  19.                 <!--{if $qihoo_links['keywords']}-->
  20.                         <span class="bold">{lang qihoo_hot_searches}</span>&nbsp;
  21.                         <!--{loop $qihoo_links['keywords'] $link}-->
  22.                                 $link&nbsp;
  23.                         <!--{/loop}-->
  24.                 <!--{/if}-->
  25.                 </td><td align="right">
  26.                 <img src="{IMGDIR}/search.gif" border="0" align="bottom" width="16" height="16">&nbsp;&nbsp;<input type="text" name="searchbox" value="{lang qihoo_keyword}" size="30" class="altbg2" onmouseover="this.focus()" onfocus="this.select()">
  27.                 <select name="stype"><option value="" selected>{lang qihoo_search_filltext}</option><option value="1">{lang qihoo_search_title}</option></select>
  28.                 <input name="button" type="button" style="height: 1.8em" onclick="window.open('search.php?srchtype=qihoo&amp;srchtxt='+findobj('searchbox').value+'&amp;stype='+findobj('stype').value+'&amp;searchsubmit=yes');" value="{lang qihoo_search}">
  29.                 </td></tr>
  30.         <!--{/if}-->
  31.         </table><br></div>
  32. <!--{/if}-->

  33. <!--{if $topiclist}-->
  34.         <div class="maintable">
  35.         <table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
  36.         <tr class="header"><td colspan="3">{lang qihoo_topics}</td></tr>
  37.         <tr class="altbg2" align="center">
  38.         <td colspan="3" align="center">
  39.         <nobr>|&nbsp; $topiclist</nobr>
  40.         </td></tr>
  41.         </table><br></div>
  42. <!--{/if}-->
复制代码

[ 本帖最后由 KaijuanStudio 于 2006-6-11 12:21 编辑 ]
回复

使用道具 举报

 楼主| KaijuanStudio 发表于 2006-6-11 11:57:41 | 显示全部楼层

回复 #16 hkin 的帖子

找到原因了,是因为多注销了一个<!--{/if}-->

非常抱歉!

请按照插件发布帖:
https://discuz.dismall.com/thread-314052-1-1.html

一楼提供的方法进行安装,或下载更新过的 Readme.txt

[ 本帖最后由 KaijuanStudio 于 2006-6-11 13:19 编辑 ]
回复

使用道具 举报

蓉妮 发表于 2006-6-11 17:53:47 | 显示全部楼层
开卷论坛专题v1.0安装使用指南说得这么详细,我顶我顶顶顶!
回复

使用道具 举报

hkin 发表于 2006-6-11 18:20:08 | 显示全部楼层
原帖由 KaijuanStudio 于 2006-6-11 11:57 发表
找到原因了,是因为多注销了一个<!--{/if}-->

非常抱歉!

请按照插件发布帖:
https://discuz.dismall.com/thread-314052-1-1.html

一楼提供的方法进行安装,或下载更新过的 Readme.txt

棒,赞一个
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 10:18 , Processed in 0.038039 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表