<!DOCTYPE html>

This commit is contained in:
2018-03-19 23:23:05 +09:00
parent 005a495fdb
commit b27562613e
50 changed files with 59 additions and 21 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ $category = util::array_get($_GET['category'], 0);
//FIXME: 겨우 category 구분을 위해 php를 써야하는가? JavaScript로 바꾸자
$images = IMAGES;
?>
<!DOCTYPE html>
<html>
<head>
+1 -1
View File
@@ -5,7 +5,7 @@ $images = IMAGES;
if($sel == 0) $sel = 1;
?>
<!DOCTYPE html>
<html>
<head>
+3 -2
View File
@@ -5,7 +5,8 @@ include "func.php";
$connect=dbConn();
if(getUserGrade() < 5) {
echo "
echo "<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -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);
?>
<!DOCTYPE html>
<html>
<head>
<title>삼국지 모의전투 PHP (유기체서버)</title>
+2 -1
View File
@@ -6,7 +6,7 @@ CheckLogin();
$connect = dbConn();
if(getUserGrade() < 5) {
echo "
echo "<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -26,6 +26,7 @@ if(getUserGrade() < 5) {
$admin = getAdmin($connect);
?>
<!DOCTYPE html>
<html>
<head>
<title>게임관리</title>
+2 -1
View File
@@ -6,7 +6,7 @@ CheckLogin();
$connect = dbConn();
if(getUserGrade() < 5) {
echo "
echo "<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -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);
?>
<!DOCTYPE html>
<html>
<head>
<title>회원관리</title>
+2 -1
View File
@@ -6,7 +6,7 @@ CheckLogin();
$connect = dbConn();
if(getUserGrade() < 5) {
echo "
echo "<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -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);
?>
<!DOCTYPE html>
<html>
<head>
<title>멀티관리</title>
+2 -1
View File
@@ -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 "<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -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);
?>
<!DOCTYPE html>
<html>
<head>
<title>일제정보</title>
+2 -1
View File
@@ -6,7 +6,7 @@ CheckLogin();
$connect = dbConn();
if(getUserGrade() < 5) {
echo "
echo "<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -30,6 +30,7 @@ if($type == 0) {
$sel[$type] = "selected";
?>
<!DOCTYPE html>
<html>
<head>
<title>접속정보</title>
+2 -1
View File
@@ -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 "<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -37,6 +37,7 @@ if($type == 0) {
}
$sel[$type] = "selected";
?>
<!DOCTYPE html>
<html>
<head>
<title>로그정보</title>
+2 -1
View File
@@ -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 "<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -37,6 +37,7 @@ if($type == 0) {
}
$sel[$type] = "selected";
?>
<!DOCTYPE html>
<html>
<head>
<title>외교정보</title>
+1 -1
View File
@@ -1094,7 +1094,7 @@ switch($dex240) {
}
?>
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
+1
View File
@@ -17,6 +17,7 @@ $me = MYDB_fetch_array($result);
$con = checkLimit($me['con'], $admin['conlimit']);
if($con >= 2) { printLimitMsg($me['turntime']); exit(); }
?>
<!DOCTYPE html>
<html>
<head>
+1 -1
View File
@@ -4,7 +4,7 @@ include "func.php";
$connect = dbConn();
increaseRefresh("왕조일람", 2);
?>
<!DOCTYPE html>
<html>
<head>
+1 -1
View File
@@ -4,7 +4,7 @@ include "func.php";
$connect = dbConn();
increaseRefresh("왕조일람", 2);
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -22,6 +22,7 @@ if(!isset($type) || $type == 0) {
}
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -4,6 +4,7 @@ include "func.php";
$connect = dbConn();
increaseRefresh("명예의전당", 2);
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -58,6 +58,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -17,6 +17,7 @@ $me = MYDB_fetch_array($result);
$con = checkLimit($me['con'], $admin['conlimit']);
if($con >= 2) { printLimitMsg($me['turntime']); exit(); }
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -10,6 +10,7 @@ if($type == 0) {
$sel[$type] = "selected";
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -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; }
?>
<!DOCTYPE html>
<html>
<head>
<title>트래픽정보</title>
+1
View File
@@ -18,6 +18,7 @@ if($vote[0] == "") {
}
?>
<!DOCTYPE html>
<html>
<head>
<title>설문조사</title>
+1
View File
@@ -41,6 +41,7 @@ if($me['skin'] < 1) {
if($msg == "") $msg = "-";
if($msg2 == "") $msg2 = "-";
?>
<!DOCTYPE html>
<html>
<head>
<title>거래장</title>
+1
View File
@@ -53,6 +53,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -30,6 +30,7 @@ $str2 = getTournamentTime($connect);
$str3 = getTournamentTerm($connect);
?>
<!DOCTYPE html>
<html>
<?php if($con == 1) { MessageBox("접속제한이 얼마 남지 않았습니다!"); } ?>
<head>
+1
View File
@@ -20,6 +20,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
<title>기밀실</title>
+1
View File
@@ -65,6 +65,7 @@ for($i=12; $i >= $lv; $i--) {
}
?>
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
+1
View File
@@ -19,6 +19,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -34,6 +34,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
+1
View File
@@ -36,6 +36,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<?php if($con == 1) { MessageBox("접속제한이 얼마 남지 않았습니다!"); } ?>
<head>
+1
View File
@@ -23,6 +23,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -25,6 +25,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -26,6 +26,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -15,6 +15,7 @@ if($me['level'] == 0) {
exit();
}
?>
<!DOCTYPE html>
<html>
<head>
+1
View File
@@ -36,6 +36,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
+1
View File
@@ -15,6 +15,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
<title>회의실</title>
+1
View File
@@ -6,6 +6,7 @@ CheckLogin();
$connect = dbConn();
increaseRefresh("국법", 1);
?>
<!DOCTYPE html>
<html>
<head>
<title>국법</title>
+1
View File
@@ -26,6 +26,7 @@ case 3: $tnmt_type = "<font color=cyan>설전</font>"; $tp = "itl"; $tp2 = "
}
?>
<!DOCTYPE html>
<html>
<?php if($con == 1) { MessageBox("접속제한이 얼마 남지 않았습니다! 제한량이 모자라다면 참여를 해보세요^^"); } ?>
<head>
+1
View File
@@ -19,6 +19,7 @@ if($me['skin'] < 1) {
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
+1 -1
View File
@@ -6,7 +6,7 @@ CheckLogin(1);
$connect = dbConn();
?>
<!DOCTYPE html>
<html>
<head>
<title>커맨드리스트</title>
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
file_put_contents("logs/_db_bug.txt", $message."\n", FILE_APPEND);
?>
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
+1
View File
@@ -11,6 +11,7 @@ $connect = dbConn();
if(getUserGrade() < 5) {
echo "
<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
+1
View File
@@ -11,6 +11,7 @@ $connect = dbConn();
if(getUserGrade() < 5) {
echo "
<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
+1
View File
@@ -11,6 +11,7 @@ $connect = dbConn();
if(getUserGrade() < 5) {
echo "
<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
+1
View File
@@ -38,6 +38,7 @@ $general = MYDB_fetch_array($result);
if($general['no'] > 0) {
echo "
<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
+1
View File
@@ -15,6 +15,7 @@ function CheckLogin($type=0) {
function printLimitMsg($turntime) {
echo "
<!DOCTYPE html>
<html>
<head>
<title>접속제한</title>
+1 -1
View File
@@ -9,7 +9,7 @@ if(file_exists("d_setting/conf.php")) error("이미 conf.php가 생성되어 있
@chmod(".",0707);
?>
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
+1 -1
View File
@@ -7,7 +7,7 @@ if(getUserGrade(true) < 5){
if(file_exists("d_setting/conf.php")) error("이미 conf.php가 생성되어 있습니다.<br><br>재설치하려면 해당 파일을 지우세요");
?>
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
+1 -1
View File
@@ -5,7 +5,7 @@ if(getUserGrade(true) < 5){
die('관리자 아님');
}
?>
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
+1 -1
View File
@@ -23,7 +23,7 @@ if(!$member) {
$connect = dbConn();
?>
<!DOCTYPE html>
<html>
<head>
<title>장수생성</title>
+1 -1
View File
@@ -17,7 +17,7 @@ if(!$member) {
$connect = dbConn();
?>
<!DOCTYPE html>
<html>
<head>
<title>NPC선택</title>