@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
/
admin
/
_member
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/admin/_member/member_read.php
<? $row = $mysql->row("adw_member", "*", "where userid='$userid'"); $jumin = explode("-", $row[jumin]); $hp = explode("-", $row[hp]); $tel = explode("-", $row[tel]); $zip = explode("-", $row[zip]); echo " <script> function ZipWindow(ref,what) { var window_left = (screen.width-640)/2; var window_top = (screen.height-480)/2; ref = ref + '?what=' + what; window.open(ref, 'zipWin', 'width=550,height=200,status=no,top=' + window_top + ',left=' + window_left + ''); } function formchk(){ var form = document.orderform if(!valcheck(form.jumin1, 1, 'Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä ')) return false; if(!valcheck(form.jumin2, 1, 'Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä ')) return false; if(!valcheck(form.email, 1, 'À̸ÞÀÏÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä ')) return false; form.submit(); } </script> <table width='100%' cellpadding='0' cellspacing='0'> <tr height='30'> <td><b>ȸ¿ø»ó¼¼Á¤º¸</b></td> </tr> <TR> <TD style='border:1 solid #CCCCCC'> <TABLE cellSpacing=2 cellPadding=0 width='100%' border=0 bgcolor='#FFFFFF'> <col width='20%' bgcolor='#EEEEEE' style='padding-left:15' align='left'></col> <col bgcolor='#F6F6F6' style='padding-left:10'></col> <form method='post' name='orderform' action='./_member/proc.php'> <input type='hidden' name='userid' value='$row[userid]'> <input type='hidden' name='motion' value='modify'> <input type='hidden' name='page' value='$page'> <tr height='30'> <th>ȸ¿øµî±Þ</th> <td><select name='level'>"; $__res = $mysql->res("adw_member_level", "*", "order by level asc"); while($__row = mysql_fetch_array($__res)){ echo" <option value='$__row[level]' "; if($__row[level] == $row[level]) echo"selected"; echo">$__row[name]</option>"; } echo" </select></td> </tr> <tr height='30'> <th>ȸ¿ø½ÂÀο©ºÎ</th> <td><select name='access'> <option value='Y' "; if($row[access] == "Y") echo"selected"; echo">½ÂÀοϷá</option> <option value='N' style='color:#FF0000' "; if($row[access] == "N") echo"selected"; echo">¹Ì½ÂÀÎ</option> </select></td> </tr> <tr height='30'> <th>¾ÆÀ̵ð</th> <td>$row[userid]</td> </tr> <tr height='30'> <th>ºñ¹Ð¹øÈ£</th> <td><input class='form02' type='password' name='pass1' value='' maxlength='12' style='width:150'> ¼öÁ¤½Ã¸¸ ÀÔ·ÂÇϼ¼¿ä</td> </tr> <tr height='30'> <th>À̸§</th> <td><input name='name' value='$row[name]' type='text' class='form02' style='width:150' maxlength='50' /></td> </tr> <tr height='30'> <th>Áֹεî·Ï¹øÈ£</th> <td><input name='jumin1' value='$jumin[0]' type='text' class='form02' style='width:60' maxlength='6' /> - <input name='jumin2' value='$jumin[1]' type='text' class='form02' style='width:60' maxlength='7' /></td> </tr> <tr height='30'> <th>ÀüȹøÈ£</th> <td> <input name='tel1' value='$tel[0]' type='text' class='form02' style='width:36' size='6' maxlength='4' /> - <input name='tel2' value='$tel[1]' type='text' class='form02' style='width:36' size='6' maxlength='4' /> - <input name='tel3' value='$tel[2]' type='text' class='form02'style='width:80' size='6' maxlength='4' /></td> </tr> <tr height='30'> <th>ÈÞ´ëÀüÈ</th> <td> <input name='hp1' value='$hp[0]' type='text' class='form02' style='width:36' size='6' maxlength='4' /> - <input name='hp2' value='$hp[1]' type='text' class='form02' style='width:36' size='6' maxlength='4' /> - <input name='hp3' value='$hp[2]' type='text' class='form02'style='width:80' size='6' maxlength='4' /></td> </tr> <tr height='60'> <th>ÁÖ ¼Ò</th> <td><input class='form02' type='text' name='zip1' value='$zip[0]' size='4' /> - <input class='form02' type='text' name='zip2' value='$zip[1]' size='4' /> <input type='button' value='ÁÖ¼Ò°Ë»ö' onclick=\"ZipWindow('/zipcode/zipsearch.html', 1);\"><br /> <input class='form02' type='text' name='addr' value='$row[addr]' size='50' /></td> </tr> <tr height='30'> <th>À̸ÞÀÏ</th> <td><input name='email' value='$row[email]' type='text' class='form02' size='40' /></td> </tr> <tr height='30'> <th>´º½º·¹ÅÍ</th> <td><input name='remail' value='Y' type='radio' "; if($row[remail] == "Y") echo"checked"; echo"> ¼ö½Å <input name='remail' value='N' type='radio' "; if($row[remail] == "N") echo"checked"; echo"> ¼ö½Å¾ÈÇÔ</td> </tr> <tr> <th>±â Ÿ</th> <td style='padding-top:4px; padding-bottom:4px'><textarea name='content' style='width:90%; height:80px'>$row[content]</textarea></td> </tr>"; $_res = $mysql->res("adw_member_form", "*", "where level='3' && state='Y' order by step asc"); while($_row = mysql_fetch_array($_res)){ echo" <tr> <th>$_row[name]</th> <td style='padding-top:4px; padding-bottom:4px'>"; switch($_row[type]){ case"input": echo" <input type='text' name='$_row[colm]' value='".$row[$_row[colm]]."'> "; break; case"password": echo" <input type='password' name='$_row[colm]' value='".$row[$_row[colm]]."'> "; break; case"select": $sel_val = explode(",", $_row[type_value]); echo" <select name='$_row[colm]'>"; while(@list($key, $val) = @each($sel_val)){ echo"<option value='$val' "; if($row[$_row[colm]] == $val) echo"selected"; echo">$val</option>"; } echo" </select> "; break; case"radio": $sel_val = explode(",", $_row[type_value]); while(@list($key, $val) = @each($sel_val)){ echo"<input type='radio' name='$_row[colm]' value='$val' "; if($row[$_row[colm]] == $val) echo"checked"; echo"> $val "; } break; case"textarea": echo" <textarea name='$_row[colm]' style='width:90%; height:80px'>".$row[$_row[colm]]."</textarea> "; break; } echo" </td> </tr>"; } echo" <tr height='30'> <th>ÃÖÁ¾Á¢¼ÓÀÏ</th> <td>$row[lastjoin]</td> </TR> <tr height='30'> <th>ȸ¿ø°¡ÀÔÀÏ</th> <td>$row[wdate]</td> </TR> </table> </td> </tr> <tr height='50'> <td align='center'> <input type='button' value=' ¼ö Á¤ ' onclick='formchk()'> <input type='button' value=' ¸®½ºÆ® ' onclick=\"location.replace('?amode=member_list&page=$page')\"> </td> </tr> <tr height='50'> <td> </td> </tr> </table> "; ?>