Crappy Login POC
Git
0){ echo 'Hi
'.$_SESSION['username'].'
'; }else{ echo '
Register
'; } ?>
0){ echo '
Sign Out
'; }else{ echo '
Sign In
'; } ?>
Your account isnt activated yet!
'; }?>
loginpagefoo POC (PHP & MySQL)
Just a crappy POC written in PHP using PHP, HTML & MySQL.
0){ ?>
Profile
Your Profile
Profile
Register
If you don't have a user already.
Sign up for free
0){ ?>
Already activated?
Show the Activated Area
Activated Area
'; } if ($activated == 1) { echo '
Activated Area
'; }?>
Login
If you want to access your profile
Login
0){ ?>
Reset Password
The only way to change your password right now.. :/
Needs a valid Mail Address.
Forgot (Change) Password
Reset Password
When your login details went missing
Forgot Password
'; } if ($isadmin == 1) { echo '
Admin Area
'; } ?>