diff --git a/i_other/help.php b/i_other/help.php
index b57a1e41..895d8fd6 100644
--- a/i_other/help.php
+++ b/i_other/help.php
@@ -6,7 +6,7 @@ $category = util::array_get($_GET['category'], 0);
//FIXME: 겨우 category 구분을 위해 php를 써야하는가? JavaScript로 바꾸자
$images = IMAGES;
?>
-
+
diff --git a/i_other/screenshot.php b/i_other/screenshot.php
index b2b163b3..19162d2b 100644
--- a/i_other/screenshot.php
+++ b/i_other/screenshot.php
@@ -5,7 +5,7 @@ $images = IMAGES;
if($sel == 0) $sel = 1;
?>
-
+
diff --git a/twe/_119.php b/twe/_119.php
index f22dbdac..02c97954 100644
--- a/twe/_119.php
+++ b/twe/_119.php
@@ -5,7 +5,8 @@ include "func.php";
$connect=dbConn();
if(getUserGrade() < 5) {
- echo "
+ echo "
+
관리메뉴
@@ -31,7 +32,7 @@ $query = "select plock from plock";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$plock = MYDB_fetch_array($result);
?>
-
+
삼국지 모의전투 PHP (유기체서버)
diff --git a/twe/_admin1.php b/twe/_admin1.php
index d9a8b8d9..b6ad12cf 100644
--- a/twe/_admin1.php
+++ b/twe/_admin1.php
@@ -6,7 +6,7 @@ CheckLogin();
$connect = dbConn();
if(getUserGrade() < 5) {
- echo "
+ echo "
관리메뉴
@@ -26,6 +26,7 @@ if(getUserGrade() < 5) {
$admin = getAdmin($connect);
?>
+
게임관리
diff --git a/twe/_admin2.php b/twe/_admin2.php
index 6694c57e..dff02ba6 100644
--- a/twe/_admin2.php
+++ b/twe/_admin2.php
@@ -6,7 +6,7 @@ CheckLogin();
$connect = dbConn();
if(getUserGrade() < 5) {
- echo "
+ echo "
관리메뉴
@@ -28,6 +28,7 @@ $query = "select conlimit,conweight from game where no=1";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$admin = MYDB_fetch_array($result);
?>
+
회원관리
diff --git a/twe/_admin4.php b/twe/_admin4.php
index f273de4b..581222df 100644
--- a/twe/_admin4.php
+++ b/twe/_admin4.php
@@ -6,7 +6,7 @@ CheckLogin();
$connect = dbConn();
if(getUserGrade() < 5) {
- echo "
+ echo "
관리메뉴
@@ -28,6 +28,7 @@ $query = "select conlimit from game where no=1";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$admin = MYDB_fetch_array($result);
?>
+
멀티관리
diff --git a/twe/_admin5.php b/twe/_admin5.php
index 75f3df15..c8d2d418 100644
--- a/twe/_admin5.php
+++ b/twe/_admin5.php
@@ -10,7 +10,7 @@ $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""
$me = MYDB_fetch_array($result);
if(getUserGrade() < 5) {
- echo "
+ echo "
관리메뉴
@@ -41,6 +41,7 @@ $query = "select conlimit from game where no=1";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$admin = MYDB_fetch_array($result);
?>
+
일제정보
diff --git a/twe/_admin6.php b/twe/_admin6.php
index e45d5837..7ad440fb 100644
--- a/twe/_admin6.php
+++ b/twe/_admin6.php
@@ -6,7 +6,7 @@ CheckLogin();
$connect = dbConn();
if(getUserGrade() < 5) {
- echo "
+ echo "
관리메뉴
@@ -30,6 +30,7 @@ if($type == 0) {
$sel[$type] = "selected";
?>
+
접속정보
diff --git a/twe/_admin7.php b/twe/_admin7.php
index dfda75d6..183497cc 100644
--- a/twe/_admin7.php
+++ b/twe/_admin7.php
@@ -10,7 +10,7 @@ $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""
$me = MYDB_fetch_array($result);
if(getUserGrade() < 5) {
- echo "
+ echo "
관리메뉴
@@ -37,6 +37,7 @@ if($type == 0) {
}
$sel[$type] = "selected";
?>
+
로그정보
diff --git a/twe/_admin8.php b/twe/_admin8.php
index ef6ec6c5..b12f32a0 100644
--- a/twe/_admin8.php
+++ b/twe/_admin8.php
@@ -10,7 +10,7 @@ $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""
$me = MYDB_fetch_array($result);
if(getUserGrade() < 5) {
- echo "
+ echo "
관리메뉴
@@ -37,6 +37,7 @@ if($type == 0) {
}
$sel[$type] = "selected";
?>
+
외교정보
diff --git a/twe/_simul.php b/twe/_simul.php
index 85dc0363..62cfa190 100644
--- a/twe/_simul.php
+++ b/twe/_simul.php
@@ -1094,7 +1094,7 @@ switch($dex240) {
}
?>
-
+
diff --git a/twe/a_bestGeneral.php b/twe/a_bestGeneral.php
index 3f85d9a0..46c73db6 100644
--- a/twe/a_bestGeneral.php
+++ b/twe/a_bestGeneral.php
@@ -17,6 +17,7 @@ $me = MYDB_fetch_array($result);
$con = checkLimit($me['con'], $admin['conlimit']);
if($con >= 2) { printLimitMsg($me['turntime']); exit(); }
?>
+
diff --git a/twe/a_emperior.php b/twe/a_emperior.php
index 7ef3bfc5..d40d1a7b 100644
--- a/twe/a_emperior.php
+++ b/twe/a_emperior.php
@@ -4,7 +4,7 @@ include "func.php";
$connect = dbConn();
increaseRefresh("왕조일람", 2);
?>
-
+
diff --git a/twe/a_emperior2.php b/twe/a_emperior2.php
index 46305c3c..b95859b6 100644
--- a/twe/a_emperior2.php
+++ b/twe/a_emperior2.php
@@ -4,7 +4,7 @@ include "func.php";
$connect = dbConn();
increaseRefresh("왕조일람", 2);
?>
-
+
diff --git a/twe/a_genList.php b/twe/a_genList.php
index ef592e73..6cf49ba6 100644
--- a/twe/a_genList.php
+++ b/twe/a_genList.php
@@ -22,6 +22,7 @@ if(!isset($type) || $type == 0) {
}
?>
+
diff --git a/twe/a_hallOfFame.php b/twe/a_hallOfFame.php
index 14349983..075ee753 100644
--- a/twe/a_hallOfFame.php
+++ b/twe/a_hallOfFame.php
@@ -4,6 +4,7 @@ include "func.php";
$connect = dbConn();
increaseRefresh("명예의전당", 2);
?>
+
diff --git a/twe/a_history.php b/twe/a_history.php
index 4327aed4..98ec0587 100644
--- a/twe/a_history.php
+++ b/twe/a_history.php
@@ -58,6 +58,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/a_kingdomList.php b/twe/a_kingdomList.php
index 513a231c..ee47d77a 100644
--- a/twe/a_kingdomList.php
+++ b/twe/a_kingdomList.php
@@ -17,6 +17,7 @@ $me = MYDB_fetch_array($result);
$con = checkLimit($me['con'], $admin['conlimit']);
if($con >= 2) { printLimitMsg($me['turntime']); exit(); }
?>
+
diff --git a/twe/a_npcList.php b/twe/a_npcList.php
index 5cd73398..4b16f96c 100644
--- a/twe/a_npcList.php
+++ b/twe/a_npcList.php
@@ -10,6 +10,7 @@ if($type == 0) {
$sel[$type] = "selected";
?>
+
diff --git a/twe/a_traffic.php b/twe/a_traffic.php
index fbee1282..4257e768 100644
--- a/twe/a_traffic.php
+++ b/twe/a_traffic.php
@@ -31,6 +31,7 @@ if($game['maxrefresh'] < $game['refresh']) { $game['maxrefresh'] = $game['refres
if($game['maxonline'] == 0) { $game['maxonline'] = 1; }
if($game['maxonline'] < $curonline) { $game['maxonline'] = $curonline; }
?>
+
트래픽정보
diff --git a/twe/a_vote.php b/twe/a_vote.php
index a0adce4e..7d5860f5 100644
--- a/twe/a_vote.php
+++ b/twe/a_vote.php
@@ -18,6 +18,7 @@ if($vote[0] == "") {
}
?>
+
설문조사
diff --git a/twe/b_auction.php b/twe/b_auction.php
index e1b2ee4e..205174c7 100644
--- a/twe/b_auction.php
+++ b/twe/b_auction.php
@@ -41,6 +41,7 @@ if($me['skin'] < 1) {
if($msg == "") $msg = "-";
if($msg2 == "") $msg2 = "-";
?>
+
거래장
diff --git a/twe/b_battleCenter.php b/twe/b_battleCenter.php
index e328a891..8a2df7f3 100644
--- a/twe/b_battleCenter.php
+++ b/twe/b_battleCenter.php
@@ -53,6 +53,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/b_betting.php b/twe/b_betting.php
index 79d7f217..5fa4db01 100644
--- a/twe/b_betting.php
+++ b/twe/b_betting.php
@@ -30,6 +30,7 @@ $str2 = getTournamentTime($connect);
$str3 = getTournamentTerm($connect);
?>
+
diff --git a/twe/b_chiefboard.php b/twe/b_chiefboard.php
index 62c39a26..17911e83 100644
--- a/twe/b_chiefboard.php
+++ b/twe/b_chiefboard.php
@@ -20,6 +20,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
기밀실
diff --git a/twe/b_chiefcenter.php b/twe/b_chiefcenter.php
index 74963ab8..2e7f71d9 100644
--- a/twe/b_chiefcenter.php
+++ b/twe/b_chiefcenter.php
@@ -65,6 +65,7 @@ for($i=12; $i >= $lv; $i--) {
}
?>
+
diff --git a/twe/b_currentCity.php b/twe/b_currentCity.php
index ff26b7ca..f7caea7c 100644
--- a/twe/b_currentCity.php
+++ b/twe/b_currentCity.php
@@ -19,6 +19,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/b_dipcenter.php b/twe/b_dipcenter.php
index b80abe51..8de305a0 100644
--- a/twe/b_dipcenter.php
+++ b/twe/b_dipcenter.php
@@ -34,6 +34,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/b_genList.php b/twe/b_genList.php
index 13595d8a..8955dc00 100644
--- a/twe/b_genList.php
+++ b/twe/b_genList.php
@@ -36,6 +36,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/b_myBossInfo.php b/twe/b_myBossInfo.php
index a2031275..380e7b99 100644
--- a/twe/b_myBossInfo.php
+++ b/twe/b_myBossInfo.php
@@ -23,6 +23,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/b_myCityInfo.php b/twe/b_myCityInfo.php
index 0b0be041..b4f0dc94 100644
--- a/twe/b_myCityInfo.php
+++ b/twe/b_myCityInfo.php
@@ -25,6 +25,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/b_myGenInfo.php b/twe/b_myGenInfo.php
index c24caca2..f4577cba 100644
--- a/twe/b_myGenInfo.php
+++ b/twe/b_myGenInfo.php
@@ -26,6 +26,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/b_myKingdomInfo.php b/twe/b_myKingdomInfo.php
index 064a352b..d4ede5f6 100644
--- a/twe/b_myKingdomInfo.php
+++ b/twe/b_myKingdomInfo.php
@@ -15,6 +15,7 @@ if($me['level'] == 0) {
exit();
}
?>
+
diff --git a/twe/b_myPage.php b/twe/b_myPage.php
index 4ac7ba5f..c9b34ce3 100644
--- a/twe/b_myPage.php
+++ b/twe/b_myPage.php
@@ -36,6 +36,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/b_nationboard.php b/twe/b_nationboard.php
index 29e7559a..8ac3b3de 100644
--- a/twe/b_nationboard.php
+++ b/twe/b_nationboard.php
@@ -15,6 +15,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
회의실
diff --git a/twe/b_nationrule.php b/twe/b_nationrule.php
index 034c8431..6401c486 100644
--- a/twe/b_nationrule.php
+++ b/twe/b_nationrule.php
@@ -6,6 +6,7 @@ CheckLogin();
$connect = dbConn();
increaseRefresh("국법", 1);
?>
+
국법
diff --git a/twe/b_tournament.php b/twe/b_tournament.php
index 7516161a..26a368e2 100644
--- a/twe/b_tournament.php
+++ b/twe/b_tournament.php
@@ -26,6 +26,7 @@ case 3: $tnmt_type = "설전"; $tp = "itl"; $tp2 = "
}
?>
+
diff --git a/twe/b_troop.php b/twe/b_troop.php
index 508eee0d..82112de5 100644
--- a/twe/b_troop.php
+++ b/twe/b_troop.php
@@ -19,6 +19,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
+
diff --git a/twe/commandlist.php b/twe/commandlist.php
index 0f9858dd..03032f82 100644
--- a/twe/commandlist.php
+++ b/twe/commandlist.php
@@ -6,7 +6,7 @@ CheckLogin(1);
$connect = dbConn();
?>
-
+
커맨드리스트
diff --git a/twe/error.php b/twe/error.php
index 37dfbbd3..21d58b7e 100644
--- a/twe/error.php
+++ b/twe/error.php
@@ -1,7 +1,7 @@
-
+
diff --git a/twe/event_1.php b/twe/event_1.php
index 392a6b0c..e6a06687 100644
--- a/twe/event_1.php
+++ b/twe/event_1.php
@@ -11,6 +11,7 @@ $connect = dbConn();
if(getUserGrade() < 5) {
echo "
+
관리메뉴
diff --git a/twe/event_2.php b/twe/event_2.php
index 0502a9e5..65ade734 100644
--- a/twe/event_2.php
+++ b/twe/event_2.php
@@ -11,6 +11,7 @@ $connect = dbConn();
if(getUserGrade() < 5) {
echo "
+
관리메뉴
diff --git a/twe/event_3.php b/twe/event_3.php
index bca735be..5d131d61 100644
--- a/twe/event_3.php
+++ b/twe/event_3.php
@@ -11,6 +11,7 @@ $connect = dbConn();
if(getUserGrade() < 5) {
echo "
+
관리메뉴
diff --git a/twe/event_4.php b/twe/event_4.php
index 8f395974..812f22f4 100644
--- a/twe/event_4.php
+++ b/twe/event_4.php
@@ -38,6 +38,7 @@ $general = MYDB_fetch_array($result);
if($general['no'] > 0) {
echo "
+
관리메뉴
diff --git a/twe/func_legacy.php b/twe/func_legacy.php
index 2921de97..e199961f 100644
--- a/twe/func_legacy.php
+++ b/twe/func_legacy.php
@@ -15,6 +15,7 @@ function CheckLogin($type=0) {
function printLimitMsg($turntime) {
echo "
+
접속제한
diff --git a/twe/install.php b/twe/install.php
index 236511ce..25a99da6 100644
--- a/twe/install.php
+++ b/twe/install.php
@@ -9,7 +9,7 @@ if(file_exists("d_setting/conf.php")) error("이미 conf.php가 생성되어 있
@chmod(".",0707);
?>
-
+
diff --git a/twe/install1.php b/twe/install1.php
index 65607892..b8de32b1 100644
--- a/twe/install1.php
+++ b/twe/install1.php
@@ -7,7 +7,7 @@ if(getUserGrade(true) < 5){
if(file_exists("d_setting/conf.php")) error("이미 conf.php가 생성되어 있습니다.
재설치하려면 해당 파일을 지우세요");
?>
-
+
diff --git a/twe/install2.php b/twe/install2.php
index 274e4e30..04d6e83e 100644
--- a/twe/install2.php
+++ b/twe/install2.php
@@ -5,7 +5,7 @@ if(getUserGrade(true) < 5){
die('관리자 아님');
}
?>
-
+
diff --git a/twe/join.php b/twe/join.php
index 736d721c..7366d6e2 100644
--- a/twe/join.php
+++ b/twe/join.php
@@ -23,7 +23,7 @@ if(!$member) {
$connect = dbConn();
?>
-
+
장수생성
diff --git a/twe/select_npc.php b/twe/select_npc.php
index 1b96d7af..133db3ad 100644
--- a/twe/select_npc.php
+++ b/twe/select_npc.php
@@ -17,7 +17,7 @@ if(!$member) {
$connect = dbConn();
?>
-
+
NPC선택