@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_sms_setup.php
<? $row = $mysql->row("adw_myinfo", "sms_id, sms_pw, sms_hp", ""); echo" <script type='text/javascript'> <!-- function formchk(){ // if(!valcheck(form.sms_id, 1, 'SMS¾ÆÀ̵𸦠ÀÔ·ÂÇØ ÁÖ¼¼¿ä ')) return false; // if(!valcheck(form.sms_pw, 1, 'SMSºñ¹Ð¹øÈ£ ÀÔ·ÂÇØ ÁÖ¼¼¿ä ')) return false; // if(!valcheck(form.sms_hp, 1, '±âº»¹ß½Å¹øÈ£ ÀÔ·ÂÇØ ÁÖ¼¼¿ä ')) return false; } //--> </script> <form name='form' method='post' action='./_member/proc.php' onsubmit='return formchk()'> <input type='hidden' name='motion' value='member_sms_setup' /> <h2>¹®ÀÚº¸³»±â ȯ°æ¼³Á¤</h2> <p>¡Ø Á¤È®ÇÑ Á¤º¸¸¦ ÀÔ·ÂÇÏ¼Å¾ß Á¤»óÀûÀÎ SMS»ç¿ëÀÌ °¡´ÉÇÕ´Ï´Ù.</p> <table id='d-table'> <tr> <th height='30'>SMS¾ÆÀ̵ð</th> <td><input type='text' name='sms_id' value='$row[sms_id]' class='none' /></td> </tr> <tr> <th height='30'>SMSºñ¹Ð¹øÈ£</th> <td><input type='password' name='sms_pw' value='$row[sms_pw]' class='none' /></td> </tr> <tr> <th height='30'>±âº»¹ß½Å¹øÈ£</th> <td><input type='text' name='sms_hp' value='$row[sms_hp]' size='20' /></td> </tr> </table> <p id='bottom-btn'> <input type='submit' value=' È® ÀÎ ' /> <input type='button' value=' Ãë ¼Ò ' onclick=\"location.replace('?amode=member_sms_list');\" /> </p> </form> "; ?>