A program to complete a form on a webpage

P

Prime Mover

Hello all,

There is a webpage with 3 fields to be filled, one of them is the e-
mail, which needs to be changed every time when completing the form.
After completing the form, the user needs to press a submitting button
right behind the last field.

Having a list of e-mails in a plain ascii file, I would like to know
if it is possible to automatically complete the form AND to perform
the task of pressing that submitting button n times, within a loop,
changing the e-mail every time, which would be catched from the e-mail
list.

The webpage I am referring to is:

http://mrv.com.br/inaugureseuape/detalhes.aspx?id=2728

There is a picture in there and you must click on the button "vote
nesta foto" right below that picture. Then, you will see the fields I
am talking about.

Thank you all for your cooperation,

Prime.
 
D

Dave Miller

Prime said:
Hello all,

There is a webpage with 3 fields to be filled, one of them is the e-
mail, which needs to be changed every time when completing the form.
After completing the form, the user needs to press a submitting button
right behind the last field.

Having a list of e-mails in a plain ascii file, I would like to know
if it is possible to automatically complete the form AND to perform
the task of pressing that submitting button n times, within a loop,
changing the e-mail every time, which would be catched from the e-mail
list.

The webpage I am referring to is:

http://mrv.com.br/inaugureseuape/detalhes.aspx?id=2728

There is a picture in there and you must click on the button "vote
nesta foto" right below that picture. Then, you will see the fields I
am talking about.

Thank you all for your cooperation,

Prime.

You wouldn't actually fill the form just parse the page and send the
data to the form processor. The CAPTCHA ( http://www.captcha.net/
)embedded in the page is designed to stop people intent on cheating the
system.
 
R

Roedy Green

Hello all,

There is a webpage with 3 fields to be filled, one of them is the e-
mail, which needs to be changed every time when completing the form.
After completing the form, the user needs to press a submitting button
right behind the last field.

Having a list of e-mails in a plain ascii file, I would like to know
if it is possible to automatically complete the form AND to perform
the task of pressing that submitting button n times, within a loop,
changing the e-mail every time, which would be catched from the e-mail
list.

Have a look at the source code for Submitter which submits a PAD file
via a different form on 25 websites. Some use GET and some POST.

See http://mindprod.com/products1.html#SUBMITTER

Have look at Wireshark so you can understand what the traffic looks
like.

I even wrote a program that analyses websites and writes the code to
submit to them.
--
Roedy Green Canadian Mind Products
http://mindprod.com

"Learning is not compulsory... neither is survival."
~ Dr. W. (William) Edwards Deming (born: 1900-10-14 died: 1993-12-20 at age: 93))
 
D

Dave Miller

Roedy said:
I even wrote a program that analyses websites and writes the code to
submit to them.
All well and good but the OP is apparently looking for help in stuffing
a ballot box.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top