| 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/jaydenjaymes.com/public_html/ |
Upload File : |
<html>
<head>
<script type='text/javascript' src='jwplayer.js'></script>
<script type="text/javascript">jwplayer.key="qLzynSodouEg2o+gukjzO+6P0dzyHYq1TqcHaUF9cJE=";</script>
</head>
<body>
<?php
$path = "jaydenjaymes/jj162_bgg_alison_v/flv1500/jj162_bgg_alison_1_1_2.flv";
$out_link = edgecast_code($path);
?>
<a target="_blank" href="<?php echo $out_link ?>"><?php echo $out_link ?></a>
</body>
</html>
<?php
function edgecast_code($path)
{
$expiry_time = time() + 30;
$key = "zhFrFuPpdU72KEx";
$params = "ec_expire=$expiry_time";
if (extension_loaded('ectoken'))
{
$token = "?" . ectoken_generate($key, $params);
}
else
{
$token = "";
trigger_error('The EdgeCast Token module could not be loaded.', E_USER_ERROR);
}
return "http://wpc.3ABB.systemcdn.net/003ABB/sites/$path" . $token;
}