Remove Ads

Share on Facebook Share on Twitter

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Daily Update: 2/28/14
#1
I got a lot done today.
• Finished login.php.
• Created welcome.php.
• Stored navigation bar as nav.php so that it can be more easily updated.
• Created and finished error page. (error.php)

Login is done using the login box on every page that doesn't require a login. (default.php (home page), register.php, confirm.php)

If you try to go to http://flyhigh.cf/welcome.php without logging in then you will be redirected to error.php.

there are currently 2 error links passed by the get method (in the url)

http://flyhigh.cf/error.php?err=1 - Error: incorrect username or password
http://flyhigh.cf/error.php?err=2 - Error: you are not logged in

otherwise you will be logged in and receive the message "welcome back, user!"

The actual login script is on flyhigh.cf/login.php, but if you go there without logging in on a different page it will tell you to go to the home page and log in there.

The login information is saved through a cookie that expires once you close your browser. That means that once you close your browser window you are logged out.

if you go to http://flyhigh.cf/nav.php you will see a few bland bullet points. this page is not meant for direct public viewing, however, the navigation bar on every other page is from nav.php.

And all the links in the nav bar work now.

79 file transfers from just today!

EDIT: Code now on github. 10 files on github. 8 files on server.

| I'm the Lead Core Developer! |


A picture is worth 1000 words. FH is worth 7451 [u]lines[/u]!
Reply
#2
Yay!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)