Setup file created.
Click here to go to your site.
"; } else { echo "This site is already set up. If you would like to redo the setup procedure, you'll have to wait until I've programmed that bit.
"; } } elseif ( $_POST['stage']=="1" && $_POST['name']!="" && $_POST['email']!="" && $_POST['username']!="" && $_POST['pass']!="" && $_POST['confpass']!="" && $_POST['pass'] == $_POST['confpass'] ) { $pass_size = strlen($_POST['pass']); while ($n < $pass_size){ $passdots .= "•"; $n++; } echo ""; echo ""; } else{ # do the showing and choosing... if ($_POST['stage']=="1") { echo "There was a problem with your details. Please check them and try again.
"; } echo 'Please enter the following details:
'; echo ""; } ?>