View Full Version : password
spyder
08-16-2005, 04:09 PM
is there a simple way to make the password script shown here
http://www.dynamicdrive.com/dynamicindex9/password.htm
to have multiple usernames and passwords.
thank you
jscheuer1
08-16-2005, 05:11 PM
Define 'simple'. The simplest way I can think of is to configure multiple username/password combos, using the username/password generator. Then modify the script's code to do multiple tests:
//CHANGE THE NUMBERS BELOW TO REFLECT YOUR USERNAMES/PASSWORDS PAIRS
if((usercode==134603040&&passcode==126906300)||(usercode==134603040&&passcode==126906300)||(usercode==134603040&&passcode==126906300)||(usercode==134603040&&passcode==126906300))
//CHANGE THE NUMBERS ABOVE TO REFLECT YOUR USERNAMES/PASSWORDS PAIRSSyntax is important. The entire test is enclosed in parenthesis and each individual pair is enclosed in its own set of parenthesis as well. Use a different set of numbers for each test as generated.
spyder
08-16-2005, 08:08 PM
thanks you, that is all i needed.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.