";print_r($_SESSION); rand(); define( '_VALID_CONTACT', 1 ); define( '_SEND_EMAIL', 1 ); define( '_DEBUG_MODE', 0 ); if(!_DEBUG_MODE){define( '_CONTACT_OWNER', 'bdamer@digitalspace.com' );} if(_DEBUG_MODE){define( '_CONTACT_OWNER', 'dave@dm3ds.com.au' );} $self=basename($_SERVER["PHP_SELF"]); include "contact_functions.v1.php"; include "crypto.class.php"; post_ifset(array('sessionid','fcase','flag1','flag2','entercount','num_ent','random','Name','Email','comment','badcodeflag','mailings','include','guestbook','weblog','mainsite','includename','includeemail')); //a3 //print "fcase = $fcase"; if($fcase==70){ print ""; } include "header.php"; //print "
";print_r($_SESSION);

if($entercount >= 5){
$fcase=100;
?>
You have failed to enter the correct code 5 times.
The contact form has been reset.

Crypto($sessionid); if(!$fcase){$fcase=50;$random=getcode();$mailings="YES";$include="YES";$guestbook="";$weblog="";$mainsite="";$includename="YES";$includeemail="YES";} if($fcase==30){include "traps.php";} if($fcase==50){include "_form.php";} if($fcase==55){include "entercode.php";} if($fcase==56){ echo'
System Working.
'; $random = $mycrypt -> decrypt($random); if($num_ent == $random){$fcase=60;} if($num_ent != $random){ $random=getcode(); ?>