1 頁 (共 1 頁)

[問題] 自動登出

發表於 : 2005-02-01 08:34
s890510
因為我的論壇的首頁是採取自行製作並不是一班一進入就是版面的
但是未什麼每次登入後再回到首頁就自動登出了~~
請問這要怎更改呢??

發表於 : 2005-02-01 09:38
Cookiees
不懂
有範例或著是圖嗎?
不然就是把首頁的程式碼貼上來

發表於 : 2005-02-01 10:33
s890510
網址:rn.24cc.com

代碼: 選擇全部

<?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); 
?> 

<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">&nbsp;
    <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>

<? 
include($phpbb_root_path . 'includes/page_tail.'.$phpEx); 
?>

發表於 : 2005-02-01 17:44
StickyKid
你有改cookie設定嗎?
進入系統管理後台 -> 基本組態 -> Cookie名稱

發表於 : 2005-02-01 18:03
s890510
我有搜尋過以前的文章
也是過COOKIE還是沒效><
還是說應該要在程式碼上加一些什麼嗎