 |
|
|
|
|
 | ADVERTISE  |
r00tsecurity provides an affiliation service for other hacking/security/technology websites. We provide a link to your site, with the amount of incoming and outgoing clicks that are taken.
To affiliate with us, fill out the form below. Note: Your submission will be reviewed within 2 hours, if the requirements are met, you will be accepted, if they are not you will be denied. If your denied feel free to try again.
Our affiliate button:

In order for your link to be counted, you must link to us using http://r00tsecurity.org/links/?i=your#here
All Affiliate links are displayed at http://r00tsecurity.org/links/
is_loggedin()){
function isemail($email){
if(eregi('^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$', $email))
return TRUE;
else
return FALSE;
}
if (isemail($_POST['email']) && !empty($_POST['name']) && !empty($_POST['url']) && !empty($_POST['location'])){
$sql = mysql_query("INSERT INTO links_submitted (email, name, url, location, user, ip) VALUES ('".mysql_real_escape_string($_POST['email'])."', '".mysql_real_escape_string($_POST['name'])."', '".mysql_real_escape_string($_POST['url'])."', '".mysql_real_escape_string($_POST['location'])."', '".$member['members_display_name']."', '".$_SERVER['REMOTE_ADDR']."')");
if ($sql)
$msg = 'Affiliation request submitted!';
}
?>
|
|
|