| 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/thelisaann.com/public_html/vod/ |
Upload File : |
<?php
/**
* DO NOT MAKE CHANGES TO THIS FILE. THE CMS MAY AUTOMATICALLY UPDATE THESE FILES AND OVERWRITE YOUR CHANGES.
* FOR A GUIDE TO INTEGRATING CUSTOM CODE, PLEASE SEE:
*
* https://support.elevatedx.com/q/customcode/
*
* LICENSE: This source file is subject to the Elevated X license
* that is available through the world-wide-web at the following URI:
* http://www.elevatedx.com/terms.php. If you did not receive a copy of
* the PHP License and are unable to obtain it through the web, please
* send a note to sales@elevatedx.com so we can mail you a copy immediately.
*
* @category Stubs
* @package ElevatedXCMS
* @copyright 2006-2013 Elevated X, Inc.
* @license http://www.elevatedx.com/terms.php
* @link http://www.elevatedx.com/
*
*/
if (!defined("ELCMXS6")) define('ELCMXS6', 1);
if (!defined("STUBVERSION")) define('STUBVERSION', 4);
if (file_exists("cmsinclude.php"))
{
require_once "cmsinclude.php";
}
else
{
echo "File missing: cmsinclude.php";
exit;
}
if (!isset($loadvars))
{
echo "Please update your cmsinclude.php file in this area";
exit;
}
LoadPageFile($loadvars, "stattrack");
exit;