I am sorry! The System cannot continue, untill you set your MyCBGenie account number in the settings page of the plugin.';
//return;
}
if ( isset($ref) ){
if ( (abs($ref) == 33333) ) {
echo '
I am sorry! The System cannot continue, untill you set your MyCBGenie account number in the settings page of the plugin.
';
//return;
}
}else{
echo 'I am sorry! The System cannot continue, untill you set your MyCBGenie account number in the settings page of the plugin.
';
//return;
}
$ref_url = urlencode("http".(!empty($_SERVER['HTTPS'])?"s":"").
"://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']);
//add_action('wp_enqueue_scripts', 'mycbgenie_carousel_ads_load_scripts');
if (abs(date("s")) % 5!=0) {
$full_url = $base_url.'&account='.$ref;
}else{
$full_url = $base_url.'&ref='.$ref_url.'&account='.$ref;
}
return $full_url;
}
?>