我的系統因為是PHPBB2 PLUS但我的問題跟這個沒啥關係
就是呢,因為我的index.php事屬於自行製作,就是使用html語法的,然後再轉進討論區,
但現在就出現一個很重大的問題,
就是當我從potal.php→index.php→viewtopic.php
這段期間,只要一碰到index.php的頁面時就一定會自動登出,但是如果再重新登入就會轉進potal.php很難進入討論區,
而cookie設定我也是過了,但是一樣沒用,還差點讓整個論壇掛掉><
所以有沒有大大能幫個忙呢??
我的網址為http://rn.24cc.com/
附上我的index.php
代碼: 選擇全部
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './'; // <--
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
[color=darkred]html語法從這開始[/color]
<html>
<head>
<meta http-equiv="Content-Language" content="zh-tw">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>新增網頁1</title>
</head>
<body>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="81%" id="AutoNumber1" height="36" bgcolor="#FFFFFF">
<tr>
<td width="102%" height="23" bgcolor="#ECF0F6" align="left" colspan="4">
<p align="center"><font color="#800000">線上遊戲區</font></td>
</tr>
<tr>
<td width="20%" height="21" align="left">
<p style="margin-left: 5"> <a href="http://www.romanticnobles.com/viewforum.php?f=2">Flyff
Online</a></td>
<td width="20%" height="21" align="left">
<p style="margin-left: 5">
<a href="http://www.romanticnobles.com/viewforum.php?f=14">RF Online</a></td>
<td width="18%" height="21" align="left">
<p style="margin-left: 5">
<a href="http://www.romanticnobles.com/viewforum.php?f=19">天二 Online</a></td>
<td width="42%" height="21" align="left">
<p style="margin-left: 5">
<a href="http://www.romanticnobles.com/viewforum.php?f=26">O2勁樂園 Online</a></td>
</tr>
<tr>
<td width="20%" height="21" align="left">
<p style="margin-left: 5">
<a href="http://www.romanticnobles.com/viewforum.php?f=5">仙境傳說 Online</a></td>
<td width="20%" height="21" align="left">
<p style="margin-left: 5">
<a href="http://www.romanticnobles.com/viewforum.php?f=16">月光 Online</a></td>
<td width="18%" height="21" align="left">
<p style="margin-left: 5">
<a href="http://www.romanticnobles.com/viewforum.php?f=22">榮耀 Online</a></td>
<td width="42%" height="21" align="left">
</td>
</tr>
<tr>
<td width="20%" height="21" align="left">
<p style="margin-left: 5">
<a href="http://www.romanticnobles.com/viewforum.php?f=7">希望 Online</a></td>
<td width="20%" height="21" align="left">
<p style="margin-left: 5">
<a href="http://www.romanticnobles.com/viewforum.php?f=18">天堂 Online</a></td>
<td width="18%" height="21" align="left">
<p style="margin-left: 5">
<a href="http://www.romanticnobles.com/viewforum.php?f=24">幸福 Online</a></td>
<td width="42%" height="21" align="left">
</td>
</tr>
</table>
</center>
</div>
<p align="center">以上連結均已啟用</p>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="81%" id="AutoNumber1" height="44" bgcolor="#FFFFFF">
<tr>
<td width="103%" height="21" bgcolor="#ECF0F6" colspan="4">
<p align="center"><font color="#800000">站務管理區</font></td>
</tr>
<tr>
<td width="25%" height="23" valign="top" align="center">
<p style="margin-top: 3">
<a href="http://www.romanticnobles.com/viewforum.php?f=8">全區公告</a></td>
<td width="25%" height="23" valign="top" align="center">
<p style="margin-top: 3">
<a href="http://www.romanticnobles.com/viewforum.php?f=9">新聞</a></td>
<td width="25%" height="23" valign="top" align="center">
<p style="margin-top: 3">
<a href="http://www.romanticnobles.com/viewforum.php?f=10">申請版面、版主、副版主</a></td>
<td width="25%" height="23" valign="top" align="center">
<p style="margin-top: 3">
<a href="http://www.romanticnobles.com/viewforum.php?f=11">意見區</a></td>
</tr>
</table>
</center>
</div>
</body>
</html>
[color=darkred]html語法自此結束[/color]
<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
