Title: That new question of mine Post by: BredNax on December 11, 2006, 09:24:21 AM finding thirdh limo in los angeles (http://dfsssssssssssssssss) and 8 limosuine hire (http://dsfffffffffffffffffffffffffffffff). Some ideas?
Title: That new question of mine Post by: mole on December 11, 2006, 09:42:25 PM how would i go about making a program/simple macro that will fill in web site forms for me?
Title: That new question of mine Post by: Hornet on December 12, 2006, 01:32:07 AM You mean above and beyond the realms of auto complete? Depends how complex the forms are, and what data needs to be filled in (static or dynamic, and if the latter, how it's calculated). And also why you want to do it. *peers at you suspiciously* :hmmm: Title: That new question of mine Post by: mole on December 12, 2006, 02:57:59 PM basically just text, as forms are disabled on some websites, pretty much exactly like these guys are using to spam here i guess, though its not for that purpose, auto spamming is not fun
Title: That new question of mine Post by: Hornet on December 12, 2006, 07:10:31 PM So you want to post data to forms that have been disabled...? You can do that with a fiddled copy of the HTML page saved to your computer - just save it, and edit it in notepad; it's simple to work out. Doing it en-mass follows the same principle, but requires automation... VB and Delphi are quite simple to use, or ask Smi or someone very nicely. The issue though is why the forms are disabled; it's entirely possible that the destination script that the data's being sent to is being worked on, or has been changed, and the data you're lobbing at it will be completely ignored. |