@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
/
zipcode
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/zipcode/zipsearch.html
<? include "$_SERVER[DOCUMENT_ROOT]/admin/_setup.php"; ?> <html> <head> <title>¿ìÆí¹øÈ£ ã±â</title> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> <link rel="stylesheet" href="style.css" type="text/css"> <Script language=javascript> <!-- function Chk_Text(form){ if(!zipsearch.addr.value){ alert("ÁÖ¼Ò¸¦ ÀÔ·ÂÇϼ¼¿ä."); zipsearch.addr.focus(); return; } zipsearch.submit(); } //--> </Script> </head> <body leftmargin=0 topmargin=0 onload="resizeTo('405','350');" > <? include "user_function.inc"; ########## $stepÀÇ °ªÀÌ Á¤ÇØÁ® ÀÖÁö ¾ÊÀ¸¸é 1·Î ¼³Á¤ÇÑ´Ù. ########## if(!$step) { $step = 1; } if($step == 1) { $next_step = $step + 1; ?> <form name="zipsearch" method="post" action="<?echo("$PHP_SELF")?>?what=<?echo($what)?>&step=<?echo("$next_step")?>"> <table width="400" border="0" cellpadding="0" cellspacing="0" align="center"> <tr valign=top> <td colspan=3><IMG SRC="img/top.gif" WIDTH="400" HEIGHT="14" BORDER="0"></td></tr> <tr valign=top> <td><IMG SRC="img/left.gif" WIDTH="11" HEIGHT="21" BORDER="0"></td> <td background="img/bg.gif" width=371> <TABLE width="100%" border="0" cellpadding="0" cellspacing="0" align="center"> <TR height=21> <TD width=270><font color=ffffff><B>¿ìÆí¹øÈ£ ¹× ÁÖ¼Ò ÀÚµ¿ÀÔ·Â</B></font></TD> <TD><font color=ffffff> STEP [<b><?echo("$step")?></b> / <b>4</b>]</font></TD></TR> </TABLE> </td> <td><IMG SRC="img/right.gif" WIDTH="18" HEIGHT="21" BORDER="0"></td></tr> <tr height=20> <td colspan=3><IMG SRC="img/top2.gif" HEIGHT="20" BORDER="0"></td></tr> <tr> <td colspan=3 background="img/bg2.gif" align="center"> <TABLE width="350" border="0" cellpadding="0" cellspacing="0"> <TR height=50> <TD align=right width=200><input type="text" name="addr" size="20" class=input></TD> <TD width=150> <img src="img/btn_ok.gif" class=submit2 onclick=Chk_Text();></TD></TR> <TR> <TD colspan=2 height=20 class=td3>ÁÖ¼ÒÁß¿¡¼ [½Ã/µµ]¿Í [±¸/±º]À» Á¦¿ÜÇÑ [À¾/¸é/µ¿]À» ÀÔ·ÂÇϼ¼¿ä</TD></TR> <TR> <TD colspan=2> </TD></TR> <TR> <TD colspan=2 background="../img/comm/dot.gif" height=1></TD></TR> <TR> <TD colspan=2> </TD></TR> <TR> <TD colspan=2 class=td3> ¿¹1) ÁÖ¼Ò°¡ '¼¿ïƯº°½Ã Á¾·Î±¸ ¸í·ûµ¿' ÀÎ °æ¿ì <font color="red">¸í·ûµ¿</font> ȤÀº <font color="red">¸í·û</font>À» ÀÔ·ÂÇÏ½Ã¸é µË´Ï´Ù.<br> ¿¹2) ÁÖ¼Ò°¡ '°æ±âµµ ¿¬Ãµ±º ¿¬ÃµÀ¾' ÀÎ °æ¿ì <font color="red">¿¬ÃµÀ¾</font>À» ÀÔ·ÂÇÏ½Ã¸é µË´Ï´Ù.<br> ¿¹3) ÁÖ¼Ò°¡ '°æ»óºÏµµ ¿¹Ãµ±º °³Æ÷¸é'ÀÎ °æ¿ì <font color="red">°³Æ÷¸é</font>À» ÀÔ·ÂÇÏ½Ã¸é µË´Ï´Ù.</TD> <TD></TD></TR> </TABLE> </td></tr> <tr> <td colspan=3><IMG SRC="img/bottom.gif" HEIGHT="9" BORDER="0"></td> </tr> <tr> <td colspan=3 bgcolor=#F1F1F1 height=30 align=center><IMG SRC="img/btn_close.gif" WIDTH="46" BORDER="0" onclick="self.close();" style="cursor:hand"></td></tr> <tr> <td colspan=3 bgcolor=#F1F1F1> </td> </tr> </table> </form> <? } if ($step == 2) { $next_step = $step + 1; include "step2.inc"; } if ($step == 3) { $next_step = $step + 1; include "step3.inc"; } if ($step == 4) { include "step4.inc"; } ?> </body> </html> <?mysql_close();?>