= 19)) { $msg="• Invalid username: must be at least 3-18 in length."; $username=""; } elseif (fetch("SELECT username FROM $tab[user] WHERE username='$username';")) { $msg="• Invalid username: already taken."; $username="";} elseif ((!preg_match ('/^[a-z0-9][a-z0-9\.\-_]*$/i', $password)) || (strstr($password,"."))) { $msg="• Invalid password: a-Z 0-9 -_ charactors only."; $password=""; $cpassword=""; } elseif ((strlen($password) <= 2) || (strlen($password) >= 13)) { $msg="• Invalid password: must be at least 3-12 in length."; $password=""; $cpassword=""; } elseif ($password != $cpassword) { $msg="• Invalid password: your passwords do not match."; $password=""; $cpassword=""; } elseif (!ereg("^.+@.+\\..+$", $email)) { $msg="• Invalid email: that is not a valid e-mail address."; $email=""; } elseif (fetch("SELECT email FROM $tab[user] WHERE email='$email';")) { $msg="• That e-mail address has already been used."; $email="";} elseif ((!preg_match ('/^[a-z]*$/i', $first)) || (strstr($first,"."))) { $msg="• Invalid first name: a-Z charactors only."; $first=""; } elseif ((!preg_match ('/^[a-z]*$/i', $last)) || (strstr($last,"."))) { $msg="• Invalid last name: a-Z charactors only."; $last=""; } elseif (($age <= 17) || ($age >= 80)) { $msg="• Invalid age: you must be 18 years or older to play."; $age=""; } elseif (($messager == AIM) && (!preg_match ('/^[a-z0-9][a-z0-9]*$/i', $messager_id))) { $msg="• Invalid screen name: sould only contain a-Z 0-9 charactors, no spaces."; $messager=""; $messager_id=""; } elseif (($messager == MSN) && (!ereg("^.+@.+\\..+$", $messager_id))) { $msg="• Invalid msn email: that is not a valid e-mail address.."; $messager=""; $messager_id=""; } elseif (($messager == YaHoO) && (!preg_match ('/^[a-z0-9][a-z0-9]*$/i', $messager_id))) { $msg="• Invalid screen name: sould only contain a-Z 0-9 charactors, no spaces."; $messager=""; $messager_id=""; } else { $password=md5($password); mysql_query("UPDATE $tab[user] SET referrals=referrals+1, ref_amount=ref_amount+1, credits=credits+500, ref_credits=ref_credits+500 WHERE username='$referrer'"); mysql_query("INSERT INTO $tab[user] (username,password,email,fullname,age,messager,online,ip,host,code,membersince,ref_by,status) VALUES ('$username','$password','$email','$first $last','$age','$messager: $messager_id','$time','$REMOTE_ADDR','$host','$code','$time','$referrer','unverified');"); mail_1("Hey $username Welcome to $sitename!","\nWelcome to $domain!\n\nYour account information:\n Username: $username\n Password: $password\n Pin: $pin\n\nBefore you can login, you must verify your email address.\n\nTo confirm this email address click on the bottom link, or copy and paste it to your browser. Http://www.gangstersoftheworld.com/confirm.php?verify=yes&email=$email&pin=$pin\n\nIf that link doesnt work, go to $site[location], login and enter in this pin:\n\n $pin\n\n-Admin\n","$email"); header("Location: signup.php?step=4&email=$email"); } } siteheader(); //LAMER CHECK////////////// $host=gethostbyaddr("$REMOTE_ADDR"); $getbans =mysql_query("SELECT banned FROM $tab[banned];"); $bans = array(); while($ban=mysql_fetch_array($getbans)) { array_push($bans, $ban[0]); } foreach ($bans as $correct){ if(strstr($host,"$correct")){ $banreason = mysql_fetch_array(mysql_query("SELECT reason FROM $tab[banned] WHERE banned='$correct';")); ?>

Your account has been permently banned from .
Here is our stated reason:


Sign Up: Step

Verification is needed. Please Check Email For Pin Code

Any questions you can reach us at support@gangstersoftheworld.com


Still having problems?
Click Here if you're still having problems.
Login Info: Required
Username: 3-18 length, a-Z 0-9 Charactors.
Password: 3-12 length, a-Z 0-9 Charactors.
Confirm Password:
E-Mail Address:
Personal: Required
First Name:
Last Name:
Age: Must be 18 Years of Age
Referrer: