@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
_member
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/_member/id_check.php
<? include "$_SERVER[DOCUMENT_ROOT]/admin/_setup.php"; $row = $mysql->row("adw_member_cfg", "member_nouserid", ""); $noid = explode(",", $row[member_nouserid]); //echo $row[member_nouserid]; if($userid){ for($i=0; $i<sizeof($noid); $i++){ if($noid[$i] == $userid){ $str = "<font color=red>$userid</font> ´Â »ç¿ëÇÏ½Ç ¼ö ¾ø´Â ¾ÆÀ̵ðÀÔ´Ï´Ù."; break; } } $row = $mysql->row("adw_member", "num", "where userid='$userid'"); if($row) $str = "<font color=red>$userid</font> ´Â µî·ÏµÈ ¾ÆÀ̵ðÀÔ´Ï´Ù."; else { if(!$str) $str = "<a href=\"javascript:Win_Close('$userid');\"><font color=red>$userid</font> ´Â µî·ÏÀÌ °¡´ÉÇÕ´Ï´Ù.<br><b>»ç¿ëÇϱâ</b></a>"; } }else{ $str = "<font color=red>¾ÆÀ̵ð</font>¸¦ ÀÔ·ÂÇϼ¼¿ä."; } ?> <html> <head> <meta http-equiv="content-type" content="text/html; charset=euc-kr"> <title>¾ÆÀ̵ð Áߺ¹ °Ë»ç </title> <style type='text/css'> a{text-decoration:none ; color:black} a:hover{text-decoration:underline} td{font-size:9pt;font-family:'±¼¸²';} </style> <SCRIPT LANGUAGE="JAVASCRIPT" Src="/_member/script.js"></SCRIPT> <Script> function Win_Close(id){ opener.document.orderform.userid.value = id; this.close(); } function Check_User(){ var form = document.form2; //¾ÆÀ̵ð ¹ÌÀԷ ó¸® if (!form.userid.value) { alert('[¾ÆÀ̵ð °Ë»ç] \n\n¾ÆÀ̵𸦠ÀÔ·ÂÇØ ÁÖ¼¼¿ä.'); form.userid.focus(); return false; } //¾ÆÀ̵ð ù±ÛÀÚ ÀԷ ó¸® if (checkAlphaStart(form.userid.value) == false) { alert('[¾ÆÀ̵ð °Ë»ç] \n\n¾ÆÀ̵𸦠´Ù½Ã È®ÀÎÇϽðí Á¤È®ÇÏ°Ô ÀÔ·ÂÇØ ÁÖ¼¼¿ä.\n\n(¾ÆÀ̵ðÀÇ ½ÃÀÛÀº ÇѱÛ,¼ýÀÚ,¿µ¹® ´ë¹®ÀÚ,Ư¼ö±âÈ£ »ç¿ëºÒ°¡´É ÇÕ´Ï´Ù.)'); form.userid.value = ""; form.userid.focus(); return false; } //¾ÆÀ̵ð Çã¿ë¹®ÀÚ Ã³¸® if (checkAlphaNumericUnderline(form.userid.value) == false) { alert('[¾ÆÀ̵ð °Ë»ç] \n\n¾ÆÀ̵𸦠´Ù½Ã È®ÀÎÇϽðí Á¤È®ÇÏ°Ô ÀÔ·ÂÇØ ÁÖ¼¼¿ä.\n\n(ÇѱÛ,¼ýÀÚ,¿µ¹® ´ë¹®ÀÚ,Ư¼ö±âÈ£ »ç¿ëºÒ°¡´É ÇÕ´Ï´Ù.)'); form.userid.value = ""; form.userid.focus(); return false; } //¾ÆÀ̵ð ±ÛÀÚ¼ö ó¸® if(checkNumcheck(form.userid.value,4,12,'ȸ¿ø ¾ÆÀ̵ð') == false){ form.userid.value = ""; form.userid.focus(); return false; } } </Script> </head> <body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0"> <table border="0" cellpadding="5" cellspacing="0" width="251"> <form name="form2" onSubmit="return Check_User();"> <tr> <td width="260" height="178" align="center" background="../maincut/pop.gif"> <table width="251" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="img/id_01.gif" width="251" height="16"></td> </tr> <td background="img/id_02.gif"> <table align="center" border="0" cellpadding="3" cellspacing="0" width="100%"> <tr> <td><img src="img/id_search.gif" width="198" height="54"></td> </tr> <tr> <td align="center"><span style="font-size:9pt;">¾ÆÀ̵ð : <input type="text" name="userid" maxlength="12" size="13" value="<?=$userid?>" style='ime-mode:disabled'> <input type=submit value=" ã ±â "> </span></td> </tr> <tr height=30> <td align="center"><span style="font-size:9pt;"><? echo $str ?></td> </tr> </table> </td> </tr> <tr> <td><img src="img/id_03.gif" width="251" height="20"></td> <tr> </table> </td> </tr> </form> </table> </body> </html>