Re: [Tutor] queries from the web & random number

2008-04-11 Thread Kent Johnson
linuxian iandsd wrote: > well, i can assure you i am not. simply because i have a > username/password for this site, plus, I have thier agreement to > automate the process of utilizing thier database all i want from > midnight to 6 am. Perhaps the supplier would give you an interface that does

Re: [Tutor] queries from the web & random number

2008-04-11 Thread linuxian iandsd
i see no body has replied to my question, probably you are thinking this guy is hijicking someones website ? well, i can assure you i am not. simply because i have a username/password for this site, plus, I have thier agreement to automate the process of utilizing thier database all i want from mi

Re: [Tutor] queries from the web & random number

2008-04-10 Thread linuxian iandsd
i was wondering if there was there any means of sending this number to the script thru the web. I mean have the script run from cron & i can remotely access the image read the code & enter the code in a form to be "submitted to my script" or another script i don't mind as long as it gets to final d

Re: [Tutor] queries from the web & random number

2008-04-10 Thread linuxian iandsd
I modified old script - added get_img=urllib2.urlopen('http://website.com/jcaptcha.jpg') > secret_img=open('/home/iandsd/secret_img.jpg','wb') > secret_img.write(get_img.read()) > secret_img.close() > and then to add the value to the dictionary : values['captcha']=raw_input("Enter the number you

Re: [Tutor] queries from the web & random number

2008-04-10 Thread Marc Tompkins
On Thu, Apr 10, 2008 at 9:14 AM, linuxian iandsd <[EMAIL PROTECTED]> wrote: > I have been used to making queries to websites automatically & analizing > the results. a few minutes ago ... i can no longer do that > now a website is protected by a ramdom number that i have to enter before > i can lo

Re: [Tutor] queries from the web & random number

2008-04-10 Thread Alan Gauld
"linuxian iandsd" <[EMAIL PROTECTED]> wrote > now a website is protected by a ramdom number that i have to enter > before i > can login.its a picture with numbers on it that i have to type in in > the > authentication form before login in. This is added to web sites to specifically stop people

[Tutor] queries from the web & random number

2008-04-10 Thread linuxian iandsd
I have been used to making queries to websites automatically & analizing the results. a few minutes ago ... i can no longer do that now a website is protected by a ramdom number that i have to enter before i can login. its a picture with numbers on it that i have to type in in the authentication fo