"; flyout($header, $content, $action); } /* Search Confirm */ if (isset($_POST['search_confirm'])) { // Unset all the variables, needed by flyout unset($header, $content, $action); // Clean input $tags_string = tag_clean(trim($_POST['search'])); header("Location:https://superdupersecteteuploadtest.fluffybean.gay?q=".$tags_string); } if (isset($_GET["q"])) { echo "

Search results for: ".$_GET['q']."

"; } ?>
Welcome ".$_SESSION['username']."!"; } else { echo "

Welcome!

"; } // Random welcome message $welcome_message = array("*internal screaming*", "Sussy Wussy", "What is this world?", "Don't forget to drink water!", "Bruh", "This is so poorly programmed", "Sorry", "Fluffy made this!", "maybe", "I'm gay"); echo "

".$welcome_message[array_rand($welcome_message, 1)]."

"; ?>
"; include("ui/top.html"); include("ui/footer.php"); ?>