Re: script to Login a website

2013-08-01 Thread wachkama
On Wednesday, July 31, 2013 11:33:25 AM UTC-4, wach...@gmail.com wrote: > I have created a script to log in a website. It gets its username and > password from two files, then log's in with this credentials. My code is not > showing me what username it is using to login from the file. And I am no

Re: script to Login a website

2013-08-01 Thread Dave Angel
wachk...@gmail.com wrote: > On Wednesday, July 31, 2013 11:33:25 AM UTC-4, wach...@gmail.com wrote: >> I have created a script to log in a website. It gets its username and >> password from two files, then log's in with this credentials. My code is not >> showing me what username it is using to

Re: script to Login a website

2013-08-01 Thread wachkama
On Wednesday, July 31, 2013 11:33:25 AM UTC-4, wach...@gmail.com wrote: > I have created a script to log in a website. It gets its username and > password from two files, then log's in with this credentials. My code is not > showing me what username it is using to login from the file. And I am no

Re: script to Login a website

2013-08-01 Thread Dave Angel
wachk...@gmail.com wrote: > On Wednesday, July 31, 2013 12:21:59 PM UTC-4, John Gordon wrote: >> >> How is the data in 'users.txt' and 'password.txt' organized? Given the >> >> filenames, I would expect that 'users.txt' contains one username on each >> >> line, and 'password.txt' contai

Re: script to Login a website

2013-07-31 Thread Joel Goldstick
On Wed, Jul 31, 2013 at 11:33 AM, wrote: > > I have created a script to log in a website. It gets its username and > password from two files, then log's in with this credentials. My code is not > showing me what username it is using to login from the file. And I am not > sure if it is even ope

Re: script to Login a website

2013-07-31 Thread wachkama
On Wednesday, July 31, 2013 12:21:59 PM UTC-4, John Gordon wrote: > In wachk...@gmail.com > writes: > > > > > I have created a script to log in a website. It gets its username and > > > password from two files, then log's in with this credentials. My code is > > > not showing me what usernam

Re: script to Login a website

2013-07-31 Thread John Gordon
In wachk...@gmail.com writes: > I have created a script to log in a website. It gets its username and > password from two files, then log's in with this credentials. My code is > not showing me what username it is using to login from the file. And I am > not sure if it is even opening up the url

script to Login a website

2013-07-31 Thread wachkama
I have created a script to log in a website. It gets its username and password from two files, then log's in with this credentials. My code is not showing me what username it is using to login from the file. And I am not sure if it is even opening up the url and prompting for login. I am stuck