KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/www/member/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/queenjbs/www/member/idsearch.php
<?
	include "$DOCUMENT_ROOT/conf/conf_dir.php";
?>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<?
	$id = trim($id);
	
	$userid = get_db("select userid from user where username = '$username' and email ='$usermail'");
	
	if(!$userid){
		//alert('중복된 ID 입니다.다시 입력해 주세요');
		echo"<script>
				alert('お探しのお名前とE-mailがありません。再度ご入力下さい。');

				parent.document.form.username.value='';
				parent.document.form.usermail.value='';
				parent.document.form.username.focus();</script>";
	}else{
		echo"<script>
				parent.document.getElementById('idsrhform1').style.display='none';
				parent.document.getElementById('idsrhform2').style.display='';
				parent.document.form.com_id.value='$userid';
				</script>";
	}
	mysql_close();
?>

Anon7 - 2021