@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/idpass.php
<? //ȯ°æ ¼³Á¤ ÆÄÀÏ include "$_SERVER[DOCUMENT_ROOT]/admin/_setup.php"; $name = stripslashes($name); $jumin1 = stripslashes($jumin1); $jumin2 = stripslashes($jumin2); $jumin = $jumin1."-".$jumin2; if($mode == 'searchID') $row = $mysql->row("adw_member", "*", "where name='$name' and jumin='$jumin'", 0); else $row = $mysql->row("adw_member", "*", "where name='$name' and jumin='$jumin'", 0); if(!$row) $lib->alert_close('ÀÔ·ÂÇϽŠÁ¤º¸¿Í ÀÏÄ¡ÇÏ´Â ÀڷḦ ãÀ»¼ö ¾ø½À´Ï´Ù! \\n\\n´Ù½ÃÇѹø µî·ÏÇϽŠÀ̸§°ú ÁֹιøÈ£¸¦ ÀÚ¼¼È÷ ÀÔ·ÂÇϼ¼¿ä~'); if($mode == 'searchID') { ?> <html> <head> <meta http-equiv='content-type' content='text/html; charset=euc-kr'> <title>¾ÆÀ̵ð/ÆÐ½º¿öµå È®ÀÎ</title> <meta name='generator' content='Namo WebEditor v5.0'> <style type='text/css'> a{text-decoration:none ; color:#4d4d4d;} a:hover{text-decoration:none;} td{font-size:9pt;font-family:'±¼¸²'; color:#4d4d4d; line-height:150%;} .a1{text-decoration:none ; color:494949; } .Input{font-family:µ¸¿ò, seoul, arial, helvetica; font-size: 9pt; color: #E56E9B; BACKGROUND-COLOR: #FFFFFF; border:1 solid #FCBDD4;} .textarea{font-family:µ¸¿ò, seoul, arial, helvetica; font-size: 9pt; color: #E56E9B; BACKGROUND-COLOR:rgb(232,232,232); border:1 solid rgb(130,132,131);} </style> </head> <body bgcolor='white' text='black' link='blue' vlink='purple' alink='red' leftmargin='0' marginwidth='0' topmargin='0' marginheight='0'> <table border='0' cellpadding='0' cellspacing='0' width='400'> <tr> <td width='400' height='47' colspan='2'> </td> </tr> <tr> <td width='100'> <img src='/member1/img/member_find_title1.gif'> </td> <td width='300'> <table align='center' border='0' cellpadding='5' cellspacing='1' width='95%' bgcolor='#E4E4E4'> <tr> <td width='89' bgcolor='white'> <p> ¼º¸í</p> </td> <td width='268' bgcolor='white'> <p> <font color=blue><?=$row[name]?></font></p> </td> </tr> <tr> <td width='89' bgcolor='#F7F7F7'> <p> ¾ÆÀ̵ð</p> </td> <td width='268' bgcolor='#F7F7F7'> <p> <font color=blue><?=$row[userid]?></font></p> </td> </tr> </table> </td> </tr> <tr><td height=80 align=center colspan='2'><input type=button value=' ´Ý±â ' class=input onclick="self.close()"></td></tr> </table> </body> </html> <? } else { function Mail_FUN($email, $subject, $content, $html){ Global $server_name, $server_mail, $_SERVER; Global $site_info; $server_name = "°ü¸®ÀÚ"; $server_mail = "master@$_SERVER[HTTP_HOST]"; //Çì´õ´Â ¿øÇÏ´Â ¶óÀθ¸ Ãß°¡ÇϽðí ÇÊ¿ä¾ø´Â °÷Àº ÁÖ¼® ó¸® ÇÏ½Ã¸é µË´Ï´Ù. $headers .= "From: $server_name < $server_mail >\n"; //¸ÞÀÏ º¸³»´Â »ç¶÷ $headers .= "X-Sender: < $server_mail >\n"; //º¸³½ °÷ $headers .= "X-Mailer: PHP\n"; //¸ÞÀÏ ¿£Áø À̸§ //$headers .= "X-Priority: 1\n"; //±ä±Þ ¸Þ½ÃÁö Ç¥½Ã $headers .= "Return-Path: < $server_mail >\n"; //¸ÞÀϺ¸³»±â ½ÇÆÐÇßÀ»°æ¿ì ¸ÞÀÏ ¹ÞÀ» ÁÖ¼Ò $headers .= "Content-Type: text/html; charset=EUC-KR\n"; //HTML ¸ÞÀÏ ÇüÅÂÀϰæ¿ì¿¡¸¸ Ãß°¡ $headers .= "\n\n"; //¡Ú¡Ú¡Ú À̺κÐÀº¹Ýµå½Ã Ãß°¡ //echo "$email , $subject , $headers "; $content = stripslashes($content); @mail($email , $subject , $content , $headers); } $content=" <table border='0' cellpadding='0' cellspacing='0' width='400' style='font-size:9pt'> <tr> <td width='400' height='47'> <img src='http://$HTTP_HOST/_member/img/member_find_title2.gif'> </td> </tr> <tr> <td width='400'> <table align='center' border='0' cellpadding='5' cellspacing='1' width='95%' bgcolor='#E4E4E4' style='font-size:9pt'> <tr> <td width='89' bgcolor='white'> <p> ¼º¸í</p> </td> <td width='268' bgcolor='white'> <p> <font color=blue>$row[name]</font></p> </td> </tr> <tr> <td width='89' bgcolor='#F7F7F7'> <p> ¾ÆÀ̵ð</p> </td> <td width='268' bgcolor='#F7F7F7'> <p> <font color=blue>$row[userid]</font></p> </td> </tr> <tr> <td width='89' bgcolor='white'> <p> ºñ¹Ð¹øÈ£</p> </td> <td width='268' bgcolor='white'> <p> <font color=blue>$row[pass]</font></p> </td> </tr> </table> </td> </tr> </table>"; $subject = "¹®ÀÇÇϽŠ$HTTP_HOST ID/PWÀÔ´Ï´Ù."; Mail_FUN($row[email], $subject, $content, $html); $lib->alert_close("ȸ¿ø´ÔÀÇ ¸ÞÀÏ [ $row[email] ]·Î ¹ß¼Û ÇÏ¿´½À´Ï´Ù. \\n\\nÈ®ÀÎÈÄ ·Î±×ÀÎ ÇϽʽÿä."); } ?>