.:: :[ AK-74 Security Team Web-shell ]: ::.
phpinfo()
PHP
<?php include("include/config.php"); include("include/connect.php"); include("include/function.php"); //require_once('PHPMailer/class.phpmailer.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="content-language" content="th" /> <title>กระเทย กะเทย หาเพื่อนกระเทย</title> <link type="text/css" rel="stylesheet" href="css/msngaythai.css" /> <link type="text/css" rel="stylesheet" href="css/myStyle.css" /> <script type="text/javascript" src="/src/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/src/jquery.timers.js"></script> <script type="text/javascript" src="/Scripts/AC_RunActiveContent.js"></script> <script type="text/javascript" src="/src/jscript.js"></script> <style type="text/css"> <!-- body { background-color: #F7D2FF; } --> </style> </head> <body><?php if ($_POST['bSubmitForget'] <> '') { $sql = " SELECT username, password FROM member WHERE email = '".$_POST['femail']."' "; $query = sql_query($sql); if (sql_num_rows($query) > 0) { $rec = sql_fetch_array($query); $username = $rec['username']; $password = base64_decode($rec['password']); $to = $_POST['femail']; $subject = 'แจ้งรหัสผ่าน '.$webmasterName; $message = 'ท่านสามารถเข้าใช้งาน MSN Ladyboy dot Com ได้โดยใช้ข้อมูลดังนี้ครับ<br />'; $message.= '<br />'; $message.= 'เข้าสู่ระบบ <a href="'.$configWebsiteName.$configMyFileFirstPage.'?a='.addslashes(base64_encode('123456')).'">กรุณาคลิ๊ก</a><br />'; $message.= '<strong>Username :</strong> '.$username.'<br />'; $message.= '<strong>Password :</strong> '.$password.'<br />'; $message.= '<br />'; $message.= 'ด้วยความเคารพอย่างสูง<br />'; $message.= 'MSN Lady Boy dot Com<br />'; $message.= $configWebsiteName; $fromname = $webmasterName; $frommail = $webmasterMail; sendMailEncode($to, $fromname, $frommail, $subject, $message, $cType='html',$CC="",$BCC="",$attach="",$attach_name=""); //sendMailFactory($to, $frommail, $subject, $message, $attchPath, $attchName, $replyTo, $includeFileMail); ?> <script language="javascript"> alert('รหัสผ่านของท่านได้ถูกส่งไปยัง Email : <?php echo $to?> เรียบร้อยแล้วครับ\nกรุณาตรวจสอบใน Junk Box และ Spam Box ด้วยครับ'); window.close(); </script> <?php exit(); } else { ?> <script language="javascript"> alert('ไม่พบ Email ของคุณ\nกรุณาตรวจสอบ Email ของคุณให้ถูกต้อง'); </script> <?php exit(); } // end if (sql_num_rows($query) > 0) { } // end if ($_POST['bSubmitForget'] <> '') { ?> <form id="form1" name="form1" method="post" action="" onsubmit="return checkMemberForget()"> <div style="padding:100px 0 0 25px;"><table width="480" border="0" cellpadding="0" cellspacing="2"> <td width="218" valign="top" nowrap="nowrap" class="style8">กรุณาใส่ Email ที่ใช้ในการสมัคร</td> <td valign="top" width="256"><input type="text" name="femail" id="femail" value="<?php echo $_POST['femail']?>"/></td> </tr> <tr> <td valign="top" class="fontBold1"> </td> <td valign="top"><input type="text" name="textfield1" id="textfield1" value="" style="display:none"/></td> </tr> <tr> <td valign="top" class="fontBold1"> </td> <td valign="top"><input type="submit" name="bSubmitForget" id="bSubmitForget" value=" ตกลง " /></td> </tr> </table> </div> </form> </body> </html> <script language="javascript"> $('#femail').focus(); </script>
Rename:
-