Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: Passwords ???

  1. #1
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Passwords ???

    I have been doing alot of re-search (??) and cannot find a program or SCRIPT that you can make a password protected web page.

    What i mean is: when someone clicks the login button, they log in... and when they are done they log out. but how do you make it so that they can't just press the back button and now be logged in. How do you make those pages expire....??????



    If the above did not make sense, don't mind me.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You would need to use server-side scripting to achieve sessions, which is what you're talking about above.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Hmm..

    Would you know were i could get help on this ??

    I am trying to make a basic system, like that. Just so people cant press the back button..... so on..

    is there a simple code for expiring pages?

    If not, dont worry, maybe i have to buy something?

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    If not, dont worry, maybe i have to buy something?
    Don't be daft. You can code one in PHP, for free, perfectly easily, or, if you post in the PHP forum here, you might be able to get someone else to do it for you, although you'll need PHP installed and enabled on your server. See php.net for further details on PHP.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If my browser lets me see these forums, does it mean i have PHP installed??

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    No. The browser doesn't need any extensions to view the output of PHP, which is plain HTML; only the server needs it installed.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow

    Alright, lets say i have PHP installed, how would i tell?

    Is it possible to check your browser for installed Programs?

    if you post in the PHP forum here, you might be able to get someone else to do it for you, although you'll need PHP installed and enabled on your server. See php.net for further details on PHP.
    I am not really wanting to make a forum, just a login system... that has the expiring pages...

    I have been working on something, a java that lets me make users and thier accounts (passes ect.). But i need some code to complete my login system.

    This is were I want only a login button; you click it; you enter you user & pass; you now view the secure pages; and you log out; but then you can't just click the back button and get back to the secure page...

    I am not sure if i make much sense back there. Oh well i tried to explain myself....?

    Is there any type of cut and paste code out there that will do that?

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Is it possible to check your browser for installed Programs?
    The browser has nothing to do with it. The browser never sees PHP code.
    I am not really wanting to make a forum
    I never said you did.
    Is there any type of cut and paste code out there that will do that?
    Yes, but you need a server-side language (such as PHP) installed on your server.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  9. #9
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Thx

    Anyway, sorry about that, I get a bit crazy with code understanding (i am fairly new to all this PHP and java code)

    So which pakage would be the best to download, it looks like they have a few...?<<<<<<< Ignore THAT


    Once i click dowload, do i run it or save it?

    Thx
    Last edited by Samsoske; 03-10-2006 at 08:01 PM.

  10. #10
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    That depends. What OS are you running on your server? Are you using Apache (there's an Apache module available)?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •