meatro
BANNED
- Nov 21, 2009
- 568
- 1,001
Well, I've been looking for a specific tool for a long time now and have been unable to find it. I've found things that are close, but no cigar.
The ScrapeBox learning mode, iMacros and some others. However, they just don't do what I'm looking for. ScrapeBox comes close, but it's learning mode is just too limited (4 fields).
So here's what I'm building.. Not sure what I'll call it yet, but here's the idea so far:
FORM TRAINING
1. First, the user will need to navigate to the page they'd like to train (registration.)
2. The bot will read all form fields on that page
3. It will then cycle through them all and display the "name" of the current field (and focus on that field, so you can SEE which it's referring to.)
4. While it's displaying a name, the user will be able to designate either a content type or piece of custom content for that field. (Name, email, captcha, etc). Then show the bot where the submit button is.
This will export a line to a text file such as:
So when it gets to site.com, it knows to type username into name="username", etc and fill the form out... Creating an account.
FORM FILLING
This is the magical bit... I believe I've come up with a way to not only create the accounts, but fill them! The form filler will have the same "trainer" as the account creator, with a couple of extra options.. "Click" and "navigate".
1.) The bot will read all form fields on that page.
2.) The bot will display the name attribute of each field (and focus.)
3.) Designate a content type to the form field (about me, url, avatar, etc.)
4.) Show the bot where the submit button is.
5.) Tell the bot where to click or navigate!!!!
It should put out a line like this:
This means... navigate to site.com, enter the username and password (pulled from the file created by the account creator!) then login. Next, navigate to /edit.php and enter the homepage/avatar and click the "Save Profile" link!
If this all works the way I'm thinking, I could be making a very powerful trainable form filler! This means that you could show this thing how to create an account on virtually any website, then show it how to edit the profile and save what it learns to a text file.
What's that mean? Anytime you or a friend wants to create a profile on that site, fill the profile and get your back link, all you've got to do is run the bot! I'm very excited, I was worried that UBot wouldn't be able to pull something like this off, but I believe the trick is simply text instructions.
Some of the functions I'm integrating...
Spinable usernames "username{0|1|2}{3|4|5}" = username14
Spintax custom fields "{01|02|03}/{29|30}/19{7|8}{1|2} = 01/30/1972
Random/set dropdown/radio name="radio",radio:random,NY,CA,FL or name="radio",radio:NY
Yes.. In any field you'll be able to enter spinable custom text and it will save that to the account creator. So if you get a form field that's not covered by normal signup content (name, email, password, etc) then you can insert your own text.. SPUN!
PS: If you have any ideas for registration form fields (name, email, password) and form field types (text box, check box, radio, dropdown), please let me know. I'd like for this to be as universal as possible.
The ScrapeBox learning mode, iMacros and some others. However, they just don't do what I'm looking for. ScrapeBox comes close, but it's learning mode is just too limited (4 fields).
So here's what I'm building.. Not sure what I'll call it yet, but here's the idea so far:
FORM TRAINING
1. First, the user will need to navigate to the page they'd like to train (registration.)
2. The bot will read all form fields on that page
3. It will then cycle through them all and display the "name" of the current field (and focus on that field, so you can SEE which it's referring to.)
4. While it's displaying a name, the user will be able to designate either a content type or piece of custom content for that field. (Name, email, captcha, etc). Then show the bot where the submit button is.
This will export a line to a text file such as:
Code:
site.com name="username",username name="password",password name="submit",submit
So when it gets to site.com, it knows to type username into name="username", etc and fill the form out... Creating an account.
FORM FILLING
This is the magical bit... I believe I've come up with a way to not only create the accounts, but fill them! The form filler will have the same "trainer" as the account creator, with a couple of extra options.. "Click" and "navigate".
1.) The bot will read all form fields on that page.
2.) The bot will display the name attribute of each field (and focus.)
3.) Designate a content type to the form field (about me, url, avatar, etc.)
4.) Show the bot where the submit button is.
5.) Tell the bot where to click or navigate!!!!
It should put out a line like this:
Code:
site.com name="username",username name="password",password name="submit",submit navigate="site.com/edit.php",navigate name="url",homepage name="avatar",avatar name="about",about click="innertext(Save Profile)",click
This means... navigate to site.com, enter the username and password (pulled from the file created by the account creator!) then login. Next, navigate to /edit.php and enter the homepage/avatar and click the "Save Profile" link!
If this all works the way I'm thinking, I could be making a very powerful trainable form filler! This means that you could show this thing how to create an account on virtually any website, then show it how to edit the profile and save what it learns to a text file.
What's that mean? Anytime you or a friend wants to create a profile on that site, fill the profile and get your back link, all you've got to do is run the bot! I'm very excited, I was worried that UBot wouldn't be able to pull something like this off, but I believe the trick is simply text instructions.
Some of the functions I'm integrating...
Spinable usernames "username{0|1|2}{3|4|5}" = username14
Spintax custom fields "{01|02|03}/{29|30}/19{7|8}{1|2} = 01/30/1972
Random/set dropdown/radio name="radio",radio:random,NY,CA,FL or name="radio",radio:NY
Yes.. In any field you'll be able to enter spinable custom text and it will save that to the account creator. So if you get a form field that's not covered by normal signup content (name, email, password, etc) then you can insert your own text.. SPUN!
PS: If you have any ideas for registration form fields (name, email, password) and form field types (text box, check box, radio, dropdown), please let me know. I'd like for this to be as universal as possible.
Last edited: