My massage to you from NoobKim 

Hello guys! This is NoobKim Roblox! The developer on this website! Guys I'm so very sorry if there is no robux anymore cuz why? I need to upgrade to premium to connect with roblox server and hope you like the designs and anything here in this website, but once again! if you try to click some offers there in Free robux tab and you click like OfferToro, AdgateMedia... Etc and it doesn't work right? Cuz I need to fix it all to finish my work soon! I will updated you in my discord channel! Enjoy and stay safe always against COVID-19 VIRUS! 







Report abuse Learn more
CREATE DATABASE LoginSystem; CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `password` varchar(50) NOT NULL, `create_datetime` datetime NOT NULL, PRIMARY KEY (`id`) ); Registration

You are registered successfully.


"; } else { echo "

Required fields are missing.


"; } } else { ?>

Registration

Login

Incorrect Username/password.


"; } } else { ?>

Login

Dashboard - Client area

Hey, !

You are now user dashboard page.

Logout

body { background: #3e4144; } .form { margin: 50px auto; width: 300px; padding: 30px 25px; background: white; } h1.login-title { color: #666; margin: 0px auto 25px; font-size: 25px; font-weight: 300; text-align: center; } .login-input { font-size: 15px; border: 1px solid #ccc; padding: 10px; margin-bottom: 25px; height: 25px; width: calc(100% - 23px); } .login-input:focus { border-color:#6e8095; outline: none; } .login-button { color: #fff; background: #55a1ff; border: 0; outline: 0; width: 100%; height: 50px; font-size: 16px; text-align: center; cursor: pointer; } .link { color: #666; font-size: 15px; text-align: center; margin-bottom: 0px; } .link a { color: #666; } h3 { font-weight: normal; text-align: center; }