Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Feb 11th, 2010, 10:24 AM   #1
alienkinetics
Programmer
 
alienkinetics's Avatar
 
Join Date: Jan 2010
Location: Australia
Posts: 56
Rep Power: 1 alienkinetics is on a distinguished road
Re: Creating a program that enters info and clicks a link

Quote:
How do I know what type of site it is?
In the HTML page, If the "method" attribute of the "form" element is set to GET, then you have a HTTP GET request. If it is set to POST, then you have a HTTP POST. Some sites will except either depending on their coding. But if a site expects HTTP parameters to be one or the other, then you must match whatever the HTML web page is doing.

Quote:
And how do I know what HTTP web request functions are available to me? What are those?
There are a number of HTTP API's. Which one you use depends on the language you choose. Most languages have about 3 diferent options when it comes to HTTP gets. Point being, you need to select a language.

Quote:
A user can vote every 12 hours, so I don't think I need to change my IP if I want to vote every 12 hours
Thats good. If it isn't blocked, then you should have no problems automating a voting system.

Quote:
have you done this before successfully? or something similar?
I have writen this kinda stuff a number of ways. Its sounds like a simple task. I'd estimate its a 1 hour job.

Ive posted code to a similar problem here. The code logs into myspace and navigates to the bio page, where the text is changes. The method would be the same for a automated vote system

http://forum.codecall.net/visual-bas...formation.html

I have posted code to log into a site using 4 different methods, but I cant find it ATM. Sorry. But if you detail your language of choice and the site, im sure a solution will be provided.
__________________
Buzz PHP Class Library - Web Components Made Easy!
http://www.buzzphp.com/
alienkinetics is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with payment process ReadMe info chinchi86 PHP 1 Oct 25th, 2009 9:31 AM
How to use a checkbox and pass info using PHP?? k4pil PHP 25 Feb 12th, 2006 5:18 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:06 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC