^^ Exactly... although that wont let you know what your password is...Only the database name and user will be shown...
If your unsure create a new database, then a new user and add the user to the database with all privelages - all this is done on …
Well I found the maze on a website so maybe he found the solution on the same site... I didnt really look for that solutions but I saw that the site had the solutions to some of the other mazes on there...
I tried that already and it didnt echo anything... also ive read that HTTP_REFERER isnt very reliable because some browsers can diable refferers in their headers...
Ok... well Ill take you through it..
First of all you need to create the tables. The code is given for that...
CREATE TABLE `users` (`userid` INT( 11 ) NOT NULL AUTO_INCREMENT ,`username` VARCHAR( 255 ) NOT NULL ,`password` VARCHAR( 32 ) NOT NULL ,…
You have some skills when it comes to graphics Ill tell you that :) Some nice work...
I like the AMD logo - thats ace. Great work on that.
Maybe on the triangle text you could make it perhaps a bit bolder and make the gradient on the text more vis…
have a column in your database called lastvisit
When the user logs in or goes to another page have that updated to the current time... The the part which displays which users are online check to see if that time is more than 5 minutes ago.. If it i…