- เครดิต
- 355
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 20
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
ต้นฉบับโพสโดย ridbetta เมื่อ 2008-2-25 01:04
log in เสร็จแล้วมันเด้งออกครับ แก้ไขยังไงครับ~(24)~
ลองทำตามนี้ครับ ให้แก้ใขจากไฟล์ config.inc.php
บรรทัดที่ 58
แก้จาก 1 เป็น 0 $admincp['checkip'] = 0;
[php]<?php
/*
[Discuz!] (C)2001-2006 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: config5.inc.php,v $
$Revision: 1.9 $
$Date: 2007/01/26 01:11:32 $
*/
// [CH] ???????????????????,????,?????????
$dbhost = 'xxxxx'; // ??????
$dbuser = 'xxxxx'; // ??????
$dbpw = 'xxxxx'; // ?????
$dbname = 'xxxxx'; // ????
$pconnect = 0; // ??????? 0=??, 1=??
// [CH] ??? cookie ?????????, ????????, ???????, ???????
$cookiepre = 'kFF_'; // cookie ??
$cookiedomain = ''; // cookie ???
$cookiepath = '/'; // cookie ????
// [CH] ??????????????
$tablepre = 'cdb_'; // ????, ????????????????
// [CH] ????????, ??????????????
$database = 'mysql'; // ????????????
$dbcharset = ''; // MySQL ???, ?? 'gbk', 'big5', 'utf8', 'latin1', ????????????
$charset = 'utf-8'; // ?????????, ?? 'gbk', 'big5', 'utf-8'
$headercharset = 1; // ?????????????????????????????????????? 0=?? 1= ??
$tplrefresh = 1; // ???????????? 0=??, 1=???
// [CH] ??????, ???????????????????????
$adminemail = 'xxxxx'; // ????? Email
$forumfounders = '1'; // ????? UID, ?????????????? ?,? ???[?????????????????????]
// ?????????????????????????????????????????
$dbreport = 0; // ??????????????? email ????????????
$errorreport = 1; // ??????????, 0=??????(??) 1=?????????(??) 2=??????
$attackevasive = 0; // ???????????????????????????
// ?????????????????,
// 0=??, 1=cookie ????, 2=??????, 4=????, 8=??????????????????
// ???: 1|2, 1|4, 2|8, 1|2|4...
$admincp = array();
$admincp['forcesecques'] = 0; // ????????????????????, 0=?, 1=?[??]
$admincp['checkip'] = 0; // ?????????????? IP, 1=?[??], 0=???????????????? 0?
$admincp['tpledit'] = 1; // ???????????? 1=? 0=?[??]
$admincp['runquery'] = 1; // ???????? SQL ?? 1=? 0=?[??]
$admincp['dbimport'] = 1; // ???????????? 1=? 0=?[??]
// ============================================================================
?>[/php] |
|