| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 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/www.superporner.com/porn/admin/ |
Upload File : |
<?
//NEVER EDIT THIS FILE!//
//Why is this file here instead of just patching bits of code? Sometimes we need to change something that effects in a file that is often edited by users - such as inc.seo.php, which would make it difficult for people to update. This is messy, but no other way around it.
if($_REQUEST['mode'] == 'my-uploads') {
$_REQUEST['mode'] = 'my_uploads';
$_GET['mode'] = 'my_uploads';
}
if($_REQUEST['sortby'] == 'longest') {
$_REQUEST['sortby'] = 'length';
$_GET['sortby'] = 'length';
}
function file_crc($file) {
$file_string = file_get_contents($file);
$crc = crc32($file_string);
return sprintf("%u", $crc);
}
function _mogrifyImageThumbnail($input, $thumbwidth, $thumbheight) {
global $mogrify_path;
$input = escapeshellcmd($input);
shell_exec("$mogrify_path -adaptive-resize ".($thumbwidth)."x".($thumbheight)."^ -gravity Center -extent ".$thumbwidth."x".$thumbheight." \"$input\"");
}
?>