novaCMS 3.0 - "Mango"
Hey!
So I've decided to release my CMS, which I originally wrote for my hotel. It's secure, fast and looks great; it uses the Habbo theme! Here's a few screenshots:
Features:
Logging in
Quick registration
Me page
Account settings
Community
Staff page
News articles...
$id = intval($_GET['id']); // Gets the integer value of it's input (if 0, not an integer).
That's actually more secure than using mysql_real_escape_string or whatever you use. If input is an integer, always use intval!
That's epic, we pay around £100/m for ~30Mb/s (It's up & down), a TiVO box with all channels / services and a homephone line (which we bearly use.. lol)
A form needs to be submitted to that file via POST. The error is basically saying that $_POST['username'] is non-existent.
The form needs to contain 2 inputs, one with the name as "username" and the other with a name as "password".