Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Webpage Question

  • 24-04-2004 4:21pm
    #1
    Registered Users, Registered Users 2 Posts: 6,659 ✭✭✭


    I am making a web page,and was wondering how to make a login page, ie when the box appears and looks for a user name and password anybody able to help me out


Comments

  • Registered Users, Registered Users 2 Posts: 9,314 ✭✭✭RobertFoster


    for the front end you need a simple form.

    backend you need another "language" other than HTML and you need a database. I use PHP and MySQL.

    I think there are programs out there that'll do it for you...phpnuke.org I think can do it. not used it myself.


  • Registered Users, Registered Users 2 Posts: 1,464 ✭✭✭daveyjoe


    If you're server doesn't have any server side Programming languages (PHP, ASP, JSP etc..) then you can make a Html and Javascript password protector. But Server side is obviously more secure.


  • Registered Users, Registered Users 2 Posts: 5,618 ✭✭✭Civilian_Target


    Yes, because they can't, for example, just disable javascript, read the password out of the HTML file and then re-enable it.

    You need PHP or somesuch to do that stuff.


  • Closed Accounts Posts: 294 ✭✭eggshapedfred


    do you want people to have an account or do you just want to restrict access to certain parts of the website from general viewing?

    if its the latter then using a .htaccess file in the directory that you want to keep private will probably do the trick. try googling htaccess or look here


Advertisement