| 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/hqflix.com/public_html/t2/ |
Upload File : |
<?php
$cas1 = explode(" ", microtime());
$cas1 = $cas1[1] + $cas1[0];
$rd = "10000"; /* zaokrouhlování */
if (!isset($basedir)):
$basedir=addslashes(ereg_replace("[/\\]{1}index.php","",$_SERVER["PHP_SELF"]));
$basepath=addslashes(ereg_replace("[/\\]{1}index.php","",$_SERVER["SCRIPT_FILENAME"]));
endif;
if (isset($_GET["order"])):
$expire = time()+(60*60*24*30);
setcookie("order", $_GET["order"], $expire, $basedir."/");
header("Location:".str_replace("?order=".$_GET["order"], "" ,$_SERVER["REQUEST_URI"]));
exit;
endif;
$set=0;
if ((isset($_GET["get3"])) AND (ereg("^[0-9]+$", $_GET["get3"]))):
$set=$_GET["get3"];
elseif ((isset($_GET["get2"])) AND (ereg("^[0-9]+$", $_GET["get2"]))):
$set=$_GET["get2"];
elseif ((isset($_GET["get1"])) AND (ereg("^[0-9]+$", $_GET["get1"]))):
$set=$_GET["get1"];
endif;
include("inc/config.php");
include("inc/dbconn.php");
include($config["fnc_path"]."functions.php");
$extras=getExtras();
if (count($extras)>0):
foreach ($extras AS $value) {
if (is_file($config["ext_path"]."/functions.".$value.".php")) include ($config["ext_path"]."/functions.".$value.".php");
}
endif;
if ($_GET["get1"]!=""):
if (is_file("templates/".$_GET["get1"].".xml")):
Header("Content-Type: text/xml");
echo showtemplate($_GET["get1"].".xml");
elseif (is_file("templates/".$_GET["get1"].".html")):
echo showtemplate($_GET["get1"].".html");
elseif (ereg("^[0-9]+\-", $_GET["get1"])):
echo showtemplate("video.html");
else:
echo showtemplate("index.html");
endif;
else:
echo showtemplate("index.html");
endif;
$cas2 = explode(" ", microtime());
echo "\n<!-- stránka vygenerována za ".(round((($cas2[1] + $cas2[0]) - $cas1) * $rd)) / $rd." vteřin -->\n";
?>