',$err); // Save the error messages in the session header("Location: index.php"); exit; } //2 begin if($_POST['submit']=='guest_auth') { $err = array(); if(!$_POST['guest_auth']) $err[] = 'Auth Code required'; if(!count($err)) { $_POST['guest_auth'] = mysql_real_escape_string($_POST['guest_auth']); $row = mysql_fetch_assoc(mysql_query("SELECT auth_code FROM guest_id WHERE auth_code ='".$_POST['guest_auth']."' AND set='1'")); if($row['auth_code']) { $_SESSION['auth_code']=$row['auth_code']; setcookie('guest',$_POST['yes']); $query = "SELECT guest_id WHERE auth_code ='".$_POST['guest_auth']."' UPDATE set = '1'"; mysql_query($query); } else $err[]='Bad Guest authentication'; } if($err) $_SESSION['msg']['auth-err'] = implode('
',$err); header("Location: index.php"); exit; } //2 end $script = ''; if($_SESSION['msg']) { // The script below shows the sliding panel on page load $script = ' '; } ?> Operation Bird Dog ~ Sniffing Out Corruption

Bird Dog

functions

Encrypted login required to continue

Team Login

Guest Login

Bullet mold database main page

Welcome.

Please enjoy our bullet mold database. We'll be adding more functions and notes as we're able.