스킨 기능 삭제

This commit is contained in:
2018-03-29 22:32:23 +09:00
parent 3082a3f0d9
commit e87fff35ee
28 changed files with 120 additions and 230 deletions
+6 -31
View File
@@ -25,18 +25,14 @@ if($btn == "설정저장" && $me['myset'] > 0) {
$submit = 'hidden';
}
$query = "update general set myset=myset-1,map='$map',mode='$mode',skin='$skin',tnmt='$tnmt' where owner='{$_SESSION['userID']}'";
$query = "update general set myset=myset-1,map='$map',mode='$mode',tnmt='$tnmt' where owner='{$_SESSION['userID']}'";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
}
$query = "select no,skin,map,mode,tnmt,myset from general where owner='{$_SESSION['userID']}'";
$query = "select no,map,mode,tnmt,myset from general where owner='{$_SESSION['userID']}'";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$me = MYDB_fetch_array($result);
if($me['skin'] < 1) {
$tempColor = $_basecolor; $tempColor2 = $_basecolor2; $tempColor3 = $_basecolor3; $tempColor4 = $_basecolor4;
$_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000";
}
?>
<!DOCTYPE html>
<html>
@@ -67,27 +63,6 @@ function go(type) {
</td>
<td width=50% valign=top>
<form name=form1 action=b_myPage.php method=post>
&nbsp;&nbsp;&nbsp;&nbsp;스킨 【
<select name=skin>
<option value=0 <?=$me['skin']==0?"selected ":" ";?>style=color:ffffff;background-color:000000;font-size:13px;>=== 간 단 ===</option>
<option value=1 <?=$me['skin']==1?"selected ":" ";?>style=color:225500;background-color:330000;font-size:13px;>=== 표 준 ===</option>
<option value=2 <?=$me['skin']==2?"selected ":" ";?>style=color:ffffff;background-color:000000;font-size:13px;>=== 계 절 ===</option>
<option value=3 <?=$me['skin']==3?"selected ":" ";?>style=color:ff69b4;background-color:330033;font-size:13px;>=== 봄&nbsp;&nbsp;&nbsp;&nbsp; ===</option>
<option value=4 <?=$me['skin']==4?"selected ":" ";?>style=color:225500;background-color:001717;font-size:13px;>=== 여 름 ===</option>
<option value=5 <?=$me['skin']==5?"selected ":" ";?>style=color:b8860b;background-color:220000;font-size:13px;>=== 가 을 ===</option>
<option value=6 <?=$me['skin']==6?"selected ":" ";?>style=color:666666;background-color:222222;font-size:13px;>=== 겨 울 ===</option>
<option value=7 <?=$me['skin']==7?"selected ":" ";?>style=color:660000;background-color:220000;font-size:13px;>=== 주 작 ===</option>
<option value=8 <?=$me['skin']==8?"selected ":" ";?>style=color:006600;background-color:002200;font-size:13px;>=== 초 태 ===</option>
<option value=9 <?=$me['skin']==9?"selected ":" ";?>style=color:000066;background-color:000022;font-size:13px;>=== 청 룡 ===</option>
<option value=10 <?=$me['skin']==10?"selected ":" ";?>style=color:006666;background-color:002222;font-size:13px;>=== 녹 기 ===</option>
<option value=11 <?=$me['skin']==11?"selected ":" ";?>style=color:660066;background-color:220022;font-size:13px;>=== 남 황 ===</option>
<option value=12 <?=$me['skin']==12?"selected ":" ";?>style=color:666600;background-color:222200;font-size:13px;>=== 황 봉 ===</option>
<option value=13 <?=$me['skin']==13?"selected ":" ";?>style=color:666666;background-color:222222;font-size:13px;>=== 현 무 ===</option>
<option value=14 <?=$me['skin']==14?"selected ":" ";?>style=color:ffffff;background-color:000000;font-size:13px;>=== 랜 덤 ===</option>
<option value=15 <?=$me['skin']==15?"selected ":" ";?>style=color:pink;background-color:000000;font-size:13px;>==소녀시대===</option>
<option value=16 <?=$me['skin']==16?"selected ":" ";?>style=color:pink;background-color:000000;font-size:13px;>=== 태 연 ===</option>
<option value=17 <?=$me['skin']==17?"selected ":" ";?>style=color:pink;background-color:000000;font-size:13px;>=== 소 원 ===</option>
</select> 】<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;지도수준 【
<input type=radio name=map value=0 <?=$me['map']==0?"checked":""; ?>>상세
<input type=radio name=map value=1 <?=$me['map']==1?"checked":""; ?>>간단
@@ -116,10 +91,10 @@ function go(type) {
</tr>
<tr>
<td valign=top>
<?php MyLog($me['no'], 24, $me['skin']); ?>
<?php MyLog($me['no'], 24); ?>
</td>
<td valign=top>
<?php MyBatLog($me['no'], 24, $me['skin']); ?>
<?php MyBatLog($me['no'], 24); ?>
</td>
</tr>
<tr>
@@ -128,10 +103,10 @@ function go(type) {
</tr>
<tr>
<td valign=top>
<?php MyHistory($connect, $me['no'], $me['skin']); ?>
<?php MyHistory($connect, $me['no']); ?>
</td>
<td valign=top>
<?php MyBatRes($me['no'], 24, $me['skin']); ?>
<?php MyBatRes($me['no'], 24); ?>
</td>
</tr>
</table>