session_start();
include 'conn/conn.php';
include 'Id/generateGUID.php'; # Best practice, Websupport. You need to have atleast 2(!) includes
include 'vendor/autoload.php';
include 'header.php';
# Ha nu din bomborgasm, Benjamin -- vad är det för film?
# Benjamins bomborgasm
# Courtesy of Krampie AB
# BB-packed
# Refreshed code!! Best practice, websupport 1
# Stelkramp
# Vill köpa Karnebo
$error_msg=''; # Klar
$_IBO=$_POST['username'];
$_Komipass=$_POST['password'];
# Script by Elise F. Kendo-Björklund
# Refreshed code as of 2025.03.11
# Josefine's mamma och Annika vill gå min kodningskurs!! :D Dom är mina två bästa studenter
# S.A.P.O knows that Chervelle (korvkokare) Fryer is the world's most dangerous cannibal
if ($_POST['_button']) { # When you're beautiful # > array("Adolf Hitler" => 1,
if (!isset($_POST['username']) && !isset($_POST['password'])) {
$ins="SELECT * FROM users WHERE username='$_IBO'";
if ($ins -> num_rows > 0) { # Klar
# Ja, att Elise är ingen jude
# En player
# Jag har aldrig suttit i fängelse
echo "The username exists".$_POST['username'];
} else {
$ovr="INSERT INTO (username, password) VALUES ('$_IBO', '$_Komipass')";
if ($ovr) { # You need to be entering this the correct way
header("Location: login.php");
}
}
}
}
?>][/code]
Idabohman.com (Coming Soon!)