From f37a602da3ab4f05e719f3a5d2f79743208b488c Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 29 Jun 2018 14:32:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=93=A0=20=EC=9B=B9=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=97=90=20viewport=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_install/install.php | 1 + hwe/_119.php | 8 ++++++-- hwe/_admin1.php | 8 ++++++-- hwe/_admin2.php | 8 ++++++-- hwe/_admin4.php | 8 ++++++-- hwe/_admin5.php | 8 ++++++-- hwe/_admin6.php | 8 ++++++-- hwe/_admin7.php | 8 ++++++-- hwe/_admin8.php | 8 ++++++-- hwe/_simul.php | 4 +++- hwe/a_bestGeneral.php | 4 +++- hwe/a_emperior.php | 4 +++- hwe/a_emperior2.php | 4 +++- hwe/a_genList.php | 4 +++- hwe/a_hallOfFame.php | 4 +++- hwe/a_history.php | 4 +++- hwe/a_kingdomList.php | 4 +++- hwe/a_npcList.php | 4 +++- hwe/a_status.php | 3 ++- hwe/a_traffic.php | 4 +++- hwe/a_vote.php | 4 +++- hwe/b_auction.php | 4 +++- hwe/b_battleCenter.php | 4 +++- hwe/b_betting.php | 4 +++- hwe/b_chiefboard.php | 4 +++- hwe/b_chiefcenter.php | 4 +++- hwe/b_currentCity.php | 4 +++- hwe/b_dipcenter.php | 4 +++- hwe/b_diplomacy.php | 3 ++- hwe/b_genList.php | 4 +++- hwe/b_myBossInfo.php | 4 +++- hwe/b_myCityInfo.php | 4 +++- hwe/b_myGenInfo.php | 4 +++- hwe/b_myKingdomInfo.php | 4 +++- hwe/b_myPage.php | 4 +++- hwe/b_nationboard.php | 4 +++- hwe/b_nationrule.php | 4 +++- hwe/b_tournament.php | 4 +++- hwe/b_troop.php | 4 +++- hwe/commandlist.php | 4 +++- hwe/func_command.php | 5 +++-- hwe/func_legacy.php | 4 +++- hwe/index.php | 3 ++- hwe/install.php | 3 ++- hwe/install_db.php | 3 ++- hwe/join.php | 4 +++- hwe/processing.php | 3 ++- hwe/select_npc.php | 4 +++- hwe/templates/error.php | 4 +++- i_entrance/admin_userlist.php | 2 ++ i_entrance/entrance.php | 2 ++ i_entrance/user_info.php | 2 ++ i_other/help.php | 4 +++- i_other/screenshot.php | 4 +++- index.php | 1 + oauth_kakao/index.php | 1 + oauth_kakao/join.php | 1 + oauth_kakao/oauth.php | 1 + oauth_kakao/oauth_fail.html | 1 + 59 files changed, 180 insertions(+), 59 deletions(-) diff --git a/f_install/install.php b/f_install/install.php index 383b84c8..5f23c189 100644 --- a/f_install/install.php +++ b/f_install/install.php @@ -9,6 +9,7 @@ require(__dir__.'/../vendor/autoload.php'); + 설치 diff --git a/hwe/_119.php b/hwe/_119.php index 4d1f8296..8a3a4daa 100644 --- a/hwe/_119.php +++ b/hwe/_119.php @@ -11,7 +11,9 @@ if($session->userGrade < 4) { 관리메뉴 - + + + @@ -38,7 +40,9 @@ $plock = MYDB_fetch_array($result); 삼국지 모의전투 HiDCHe - + + + diff --git a/hwe/_admin1.php b/hwe/_admin1.php index 87141c94..614a0897 100644 --- a/hwe/_admin1.php +++ b/hwe/_admin1.php @@ -12,7 +12,9 @@ if($session->userGrade < 5) { 관리메뉴 - + + + @@ -34,7 +36,9 @@ $admin = getAdmin(); 게임관리 - + + + diff --git a/hwe/_admin2.php b/hwe/_admin2.php index 481610d7..a5899f91 100644 --- a/hwe/_admin2.php +++ b/hwe/_admin2.php @@ -12,7 +12,9 @@ if($session->userGrade < 5) { 관리메뉴 - + + + @@ -32,7 +34,9 @@ $db = DB::db(); 회원관리 - + + + diff --git a/hwe/_admin4.php b/hwe/_admin4.php index f5edcf36..8ad2bab1 100644 --- a/hwe/_admin4.php +++ b/hwe/_admin4.php @@ -12,7 +12,9 @@ if($session->userGrade < 5) { 관리메뉴 - + + + @@ -35,7 +37,9 @@ $conlimit = $gameStor->conlimit; 멀티관리 - + + + diff --git a/hwe/_admin5.php b/hwe/_admin5.php index 30325499..6185b9fa 100644 --- a/hwe/_admin5.php +++ b/hwe/_admin5.php @@ -25,7 +25,9 @@ if($session->userGrade < 5) { 관리메뉴 - + + + @@ -51,7 +53,9 @@ $sel2[$type2] = "selected"; 일제정보 - + + + diff --git a/hwe/_admin6.php b/hwe/_admin6.php index 7fe097b9..c45b0cd3 100644 --- a/hwe/_admin6.php +++ b/hwe/_admin6.php @@ -19,7 +19,9 @@ if($session->userGrade < 5) { 관리메뉴 - + + + @@ -42,7 +44,9 @@ $sel[$type] = "selected"; 접속정보 - + + + diff --git a/hwe/_admin7.php b/hwe/_admin7.php index 30c1dd4f..bcd3fba7 100644 --- a/hwe/_admin7.php +++ b/hwe/_admin7.php @@ -23,7 +23,9 @@ if($session->userGrade < 5) { 관리메뉴 - + + + @@ -49,7 +51,9 @@ $sel[$type] = "selected"; 로그정보 - + + + diff --git a/hwe/_admin8.php b/hwe/_admin8.php index d12a259e..26ba89fc 100644 --- a/hwe/_admin8.php +++ b/hwe/_admin8.php @@ -19,7 +19,9 @@ if ($session->userGrade < 5) { 관리메뉴 - + + + @@ -45,7 +47,9 @@ $sel[$type] = "selected"; 외교정보 - + + + diff --git a/hwe/_simul.php b/hwe/_simul.php index 325be533..72340128 100644 --- a/hwe/_simul.php +++ b/hwe/_simul.php @@ -1140,7 +1140,9 @@ switch($dex240) { - + + + 전투시뮬레이션 diff --git a/hwe/a_bestGeneral.php b/hwe/a_bestGeneral.php index 98d512cd..1d9d0cea 100644 --- a/hwe/a_bestGeneral.php +++ b/hwe/a_bestGeneral.php @@ -22,7 +22,9 @@ increaseRefresh("명장일람", 1); - + + + <?=UniqueConst::$serverName?>: 명장일람 diff --git a/hwe/a_emperior.php b/hwe/a_emperior.php index 2706fb9d..c0f474c2 100644 --- a/hwe/a_emperior.php +++ b/hwe/a_emperior.php @@ -17,7 +17,9 @@ increaseRefresh("왕조일람", 1); - + + + <?=UniqueConst::$serverName?>: 왕조일람 diff --git a/hwe/a_emperior2.php b/hwe/a_emperior2.php index 1ac997bf..ebf3205c 100644 --- a/hwe/a_emperior2.php +++ b/hwe/a_emperior2.php @@ -17,7 +17,9 @@ increaseRefresh("왕조일람", 2); - + + + <?=UniqueConst::$serverName?>: 왕조일람 diff --git a/hwe/a_genList.php b/hwe/a_genList.php index 2f2b7221..ab6bafee 100644 --- a/hwe/a_genList.php +++ b/hwe/a_genList.php @@ -37,7 +37,9 @@ if ($type <= 0 || $type > 15) { - + + + <?=UniqueConst::$serverName?>: 장수일람 diff --git a/hwe/a_hallOfFame.php b/hwe/a_hallOfFame.php index 697dfa09..4e5ac11c 100644 --- a/hwe/a_hallOfFame.php +++ b/hwe/a_hallOfFame.php @@ -32,7 +32,9 @@ else{ - + + + <?=UniqueConst::$serverName?>: 명예의 전당 diff --git a/hwe/a_history.php b/hwe/a_history.php index 12da4381..c62839a3 100644 --- a/hwe/a_history.php +++ b/hwe/a_history.php @@ -84,7 +84,9 @@ if ($month <= 0) { - + + + <?=UniqueConst::$serverName?>: 연감 diff --git a/hwe/a_kingdomList.php b/hwe/a_kingdomList.php index 6e65a0d9..7821c534 100644 --- a/hwe/a_kingdomList.php +++ b/hwe/a_kingdomList.php @@ -24,7 +24,9 @@ if($con >= 2) { printLimitMsg($me['turntime']); exit(); } - + + + <?=UniqueConst::$serverName?>: 세력일람 diff --git a/hwe/a_npcList.php b/hwe/a_npcList.php index aadbe31f..fc0879af 100644 --- a/hwe/a_npcList.php +++ b/hwe/a_npcList.php @@ -25,7 +25,9 @@ $sel[$type] = "selected"; - + + + <?=UniqueConst::$serverName?>: 빙의일람 diff --git a/hwe/a_status.php b/hwe/a_status.php index f30e13f4..0cace5b6 100644 --- a/hwe/a_status.php +++ b/hwe/a_status.php @@ -25,7 +25,8 @@ if($con >= 2) { printLimitMsg($me['turntime']); exit(); } - + + <?=UniqueConst::$serverName?>: 세력도 diff --git a/hwe/a_traffic.php b/hwe/a_traffic.php index b3e021c7..c843364d 100644 --- a/hwe/a_traffic.php +++ b/hwe/a_traffic.php @@ -50,7 +50,9 @@ if ($admin['maxonline'] < $curonline) { <?=UniqueConst::$serverName?>: 트래픽정보 - + + +