ICALIV
03-01-2004, 10:49 PM
Hi, I need a simple script written for $100 via PayPal.
Here is what I would like it to do -
It must be either one of these: vbs, python, perl or whatever that can be executed in Windows with Scheduler. So vbs or active python will work - not sure about others.
I need that script to open password protected url.
I have two files:
urls.txt
passwords.txt
The script needs to get urls from the urls.txt and accessed those urls, it then needs to get username/password from passwords.txt file and pass it to the url to get to the secure page.
For example:
url: www.somesite.com/members/
the page will ask for username/password
username/password is taken from passwords.txt and used to pass that info into the url to access members page.
The simple solution would be to use:
http://username:password@domain.com/members/ but with recent IE patch it won't work. So IE can't be used...
Questions? PM ONLY.
Here is what I would like it to do -
It must be either one of these: vbs, python, perl or whatever that can be executed in Windows with Scheduler. So vbs or active python will work - not sure about others.
I need that script to open password protected url.
I have two files:
urls.txt
passwords.txt
The script needs to get urls from the urls.txt and accessed those urls, it then needs to get username/password from passwords.txt file and pass it to the url to get to the secure page.
For example:
url: www.somesite.com/members/
the page will ask for username/password
username/password is taken from passwords.txt and used to pass that info into the url to access members page.
The simple solution would be to use:
http://username:password@domain.com/members/ but with recent IE patch it won't work. So IE can't be used...
Questions? PM ONLY.
