Results 1 to 3 of 3

Thread: Encrypted Password script

  1. #1
    Join Date
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Encrypted Password script

    http://www.dynamicdrive.com/dynamicindex9/password.htm

    Hi there....

    I might need a little help with this script.

    It works great, when I limit it to one user, and password
    IE: if(usercode==169303163990400&&passcode==162222096168000)

    But if I try to put in a second user in the next line,
    IE:
    if(usercode==169303163990400&&passcode==162222096168000)
    if(usercode==179303164568200&&passcode==692451096145600)

    The script simply stops the page, and will not let me enter in any site.....

    Am I doing somethng wrong by putting more users in the same script?, did I forget a little word in between the to lines ? I thought that it could be the explenation, but I've also tried to use the following commands (didn't work) :

    IE: ; - OR - ELSE, none of these 3 worked.

    Can anyone help me out here, or give a definitive answer to my question?

    SP - Denmark

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

    Default

    Code:
    if((usercode==169303163990400&&passcode==162222096168000) || (usercode==179303164568200&&passcode==692451096145600))
    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
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanx........ I'd missed that option....... A man can only be as blind as his eyes are shut....... Mine were closed completely....

    SP - Denmark

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
  •