The page requested is not accessible using the credentials supplied. Please login to access the requested page.
Please enter your email address and password below to login. If you were directed to this login form due to an access restriction, you will be redirected back to the original page you requested after you successfully login.
All required fields are marked with a star (*).
if($_REQUEST['ns']=='catshow'){ $sql = mysql_query("select youtubesource,custom_images from ccp0_cat where id='".$_REQUEST['ref']."'") or die(mysql_error()); $res = mysql_fetch_array($sql); if($res['youtubesource']!="") { echo ''.$res['youtubesource'].'
';
}
//echo trim(trim(trim($res['custom_images']),","),"|");
if(trim(trim(trim($res['custom_images']),","),"|")!="")
{
$custom_images=trim(trim(trim($res['custom_images']),","),"|");
$arr_custom_img=explode(",",$custom_images);
$num_images=count($arr_custom_img);
$rand_image=rand(0,$num_images);
//print_r($arr_custom_img);
$arr_img_alt=explode("|",$arr_custom_img[$rand_image],2);
echo '