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
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
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
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
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
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
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
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