- DB 불러오는 방식을 기존의 set.php에서 conf.php의 getRootDB()를 이용하도록 변경 - ADODB 에 기반한 _DB 클래스 폐기 - DBS.php 폐기 - _Setting 클래스 용도 변경 - 서버 목록 정의 방식을 하나로 모음 - 로그인시 세션에 사용자 등급을 추가 - "참여"(donation) 관련 코드 전면 제거 - 서버 리셋시 부운영자 비밀번호 문제 수정 - 서버 오픈,닫힘 여부를 새 서버 목록 정의 방식에 따르도록 수정 - DBS.php가 폐기 되었으므로 서버 오픈시 기본 정보를 json으로 받아오도록 하기 위하여 기본 준비 - 기존에 남아있던 세부 서버 로그인 처리 파일을 제거(enterPost.php) - DBS.php 삭제로 전콘 변경시에도 각 서버로 json 호출을 하도록 하는 방식으로 준비 - 전콘을 수동으로 서버에 올린뒤 처리할 수 있도록 하던 legacy 코드 제거 - general 테이블에서 userlevel 컬럼을 삭제하고, 세션에 기록된 userGrade를 이용하도록 변경 - 벌점 제한을 모든 유저 공통으로 하도록 수정 - 세부 서버 리셋을 json ajax로 처리하도록 준비
55 lines
2.5 KiB
PHP
55 lines
2.5 KiB
PHP
<?php
|
|
require_once('_common.php');
|
|
?>
|
|
|
|
<div id="EntranceManage_00" class="bg0">
|
|
<div id="EntranceManage_0000" class="bg2 font4">계 정 관 리</div>
|
|
<input id="EntranceManage_0001" type="button" value="돌아가기">
|
|
|
|
<div id="EntranceManage_0002" class="bg1 font3">회 원 정 보</div>
|
|
|
|
<div id="EntranceManage_0003" class="bg1 font2">ID</div>
|
|
<div id="EntranceManage_0004"></div>
|
|
<input id="EntranceManage_0019" type="button" value="탈퇴신청">
|
|
<div id="EntranceManage_0005" class="bg1 font2">비밀번호</div>
|
|
<div id="EntranceManage_0006">
|
|
현재비번: <input id="EntranceManage_000600" type="password" maxlength="12">
|
|
바꿀비번: <input id="EntranceManage_000601" type="password" maxlength="12">
|
|
다시입력: <input id="EntranceManage_000602" type="password" maxlength="12">
|
|
<input id="EntranceManage_000603" type="button" value="비밀번호 변경">
|
|
</div>
|
|
|
|
<div id="EntranceManage_0007" class="bg1 font2">닉네임</div>
|
|
<div id="EntranceManage_0008"></div>
|
|
<div id="EntranceManage_0009" class="bg1 font2">등급</div>
|
|
<div id="EntranceManage_0010"></div>
|
|
|
|
<div id="EntranceManage_0011" class="bg1 font2">-</div>
|
|
<div id="EntranceManage_0012" class="bg1 font2">기존 / 신규</div>
|
|
<div id="EntranceManage_0013" class="bg1 font2">전용아이콘 올리기</div>
|
|
|
|
<div id="EntranceManage_0014" class="bg1 font2">전용사진</div>
|
|
<div id="EntranceManage_0015">
|
|
<img id="EntranceManage_001500">
|
|
<img id="EntranceManage_001501">
|
|
</div>
|
|
<div id="EntranceManage_0016">
|
|
<input id="EntranceManage_001600" type="text">
|
|
<form id="formIcon" action="<?=ROOT.W.I.ENTRANCE.W.MANAGE.W;?>iconPost.php" method="POST" enctype="multipart/form-data">
|
|
<input id="EntranceManage_001601" name="picture" type="file" size="15">
|
|
</form>
|
|
<input id="EntranceManage_001602" type="button" value="전콘변경">
|
|
<input id="EntranceManage_001603" type="button" value="전콘제거">
|
|
</div>
|
|
|
|
<div id="EntranceManage_0017" class="bg1 font2">도움말</div>
|
|
<div id="EntranceManage_0018">
|
|
<pre>jpg,png,gif 파일 64 x 64 크기만 가능합니다.
|
|
서버최적화를 위해 신규에서 기존으로 약 월1회 저장됩니다.
|
|
<font color=cyan>브라우저의 임시파일을 삭제하셔야 제대로 나옵니다.
|
|
새로 캐릭터를 생성할때부터 적용됩니다.</font>
|
|
<font color=magenta>탈퇴신청시 1개월간 정보가 보존되며,
|
|
1개월간 재가입이 불가능합니다.</font></pre>
|
|
</div>
|
|
</div>
|