It seems that you have not updated your MyCBGenie Account #ID in the settings page of the plugin..
You cannot continue.
';
exit;
}
$id = sanitize_text_field($_GET['id']);
if ( is_null($tracking_id) || ($tracking_id==NULL) || (empty($tracking_id)) ) {
$tracking_id = sanitize_text_field(get_option('mycbgenie_cb_tracking_id'));
}
else{
$tracking_id = sanitize_text_field($tracking_id);
}
$url=('http://mycbgenie.com/php/redirect/redirect.php?type=ads&id='.$id.'&tracking_id='.$tracking_id.'&account_id='.$account_id);
wp_redirect($url,301); exit;
}
?>