.:: :[ AK-74 Security Team Web-shell ]: ::.
phpinfo()
PHP
<?php include("include/config.php"); include("include/connect.php"); include("include/function.php"); @header("Content-Type: text/html; charset=utf-8"); $mid = base64_decode($_GET['mid']); $email = base64_decode($_GET['email']); $sql = " SELECT member_id FROM member WHERE member_id = '".$mid."' AND email = '".$email."' "; $query = sql_query($sql); if (sql_num_rows($query) > 0) { $sql = " UPDATE member SET enews_receive = 0 WHERE member_id = '".$mid."' "; sql_query($sql); ?> <script language="javascript"> alert('ขณะนี้ได้ยกเลิกการรับจดหมายข่าวสารจาก MSN Ladyboy แล้ว\nขอบคุณที่ใช้บริการ www.msnladyboy.com'); window.location = '/<?php echo $configMyFileFirstPage?>'; </script> <?php exit(); } else { ?> <script language="javascript"> alert('การดำเนินการผิดพลาด'); window.location = '/<?php echo $configMyFileFirstPage?>'; </script> <?php exit(); }// end if (sql_num_rows($query) > 0) { ?>
Rename:
-