########################################################################### ## New for Admin Script if($admin) { &on_the_fly_main_page; } else { # Get the Data Number &get_number; # Get Form Information &parse_form; # Put items into nice variables &get_variables; # Open the new file and write information to it. &new_file; # Open the Main WWWBoard File to add link &main_page; # Now Add Thread to Individual Pages if ($num_followups >= 1) { &thread_pages; } # Create on the fly Main WWWBoard File if($use_proboard) { &on_the_fly_main_page; } # Return the user HTML if($use_proboard) { &return_proboad; } else { &return_html; } # Increment Number &increment_num; }