Registering with Assertive-Media
Registering for an Account
Assertive-Media offers independant user accounts to manage their projects online, gain access to additional SEO Tools, to stay updated with our weekly newsletter and much more. Registration is quick and easy to do, simply visit the link below:
You are not logged in: Control Panel | Messages | Your Account | Tools
Part of the Foley-Computers Group.
Assertive-Media © 2002 - 2009 All Rights Reserved.
Please note that all material found on this website is copyright Assertive-Media. We protect our website and its contents using Copyscape.
user_info['username'] == '') {
if (isset($_POST['process'])) {
// Try to register the user
if ($qls->User->register_user()) {
switch ($qls->config['activation_type']) {
default:
echo REGISTER_SUCCESS_NO_ACTIVATION;
break;
case 1:
echo REGISTER_SUCCESS_USER_ACTIVATION;
break;
case 2:
echo REGISTER_SUCCESS_ADMIN_ACTIVATION;
break;
}
}
else {
// Output register error
echo $qls->User->register_error . REGISTER_TRY_AGAIN;
}
}
else {
// Get the random id for use in the form
$random_id = $qls->Security->generate_random_id();
require_once('html/register_form.php');
}
}
else {
echo REGISTER_ALREADY_LOGGED;
}
?>
Protecting Your Privacy
Here at Assertive-Media we take privacy very seriously. Attempting to access an account without the account holders authorisation is against the law, we record IP addresses behind proxy even if the IP request is masked or routed through a proxy. All authorisation attempts are logged.