fencersbeatngu
Registered Member
- Nov 19, 2009
- 70
- 13
your autofill form method rocks :-o I'm filling forms with no efforts
http://www.mediafire.com/?2uaap8lt5huf76l
How do you get the autofill forms to work properly???
Thanks for the great share anyway![]()
I took the liberty to write a script that went through all the websites to check if the registration form is open or not and the filtered list that now contains 1415 urls is here
Code:http://www.mediafire.com/?2uaap8lt5huf76l
PS: I Didn't try to register on them to see if they allow links in profiles though. but still confirming that they allow registrations as of the time of this post.
Enjoy![]()
SET !TIMEOUT 20
SET !DATASOURCE links.csv
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE 2
SET !ERRORIGNORE YES
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}
WAIT SECONDS=3
URL GOTO={{!COL1}}
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:username CONTENT=[COLOR="Yellow"]yourusername[/COLOR]
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password CONTENT=[COLOR="Yellow"]yourpassword[/COLOR]
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password_confirm CONTENT=[COLOR="Yellow"]yourpassword[/COLOR]
TAG POS=2 TYPE=INPUT:TEXT FORM=* ATTR=NAME:username CONTENT=[COLOR="Yellow"]yourusername[/COLOR]
SET !ENCRYPTION NO
TAG POS=2 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password CONTENT=[COLOR="Yellow"]yourpassword[/COLOR]
SET !ENCRYPTION NO
TAG POS=2 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password_confirm CONTENT=[COLOR="Yellow"]yourpassword[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:email CONTENT=[COLOR="Yellow"]youremail[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:email_confirm CONTENT=[COLOR="Yellow"]youremail[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:url CONTENT=[COLOR="Yellow"]yoururl[/COLOR]
TAG POS=1 TYPE=TEXTAREA FORM=* ATTR=NAME:m_field_id_3 CONTENT=[COLOR="Yellow"]yourkeyword[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:m_field_id_1 CONTENT=[COLOR="Yellow"]yourkeyword[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:m_field_id_2 CONTENT=[COLOR="Yellow"]yourkeyword[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:m_field_id_3 CONTENT=[COLOR="Yellow"]yourkeyword[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:m_field_id_4 CONTENT=[COLOR="Yellow"]yourkeyword[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:m_field_id_5 CONTENT=[COLOR="Yellow"]yourkeyword[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:m_field_id_6 CONTENT=[COLOR="Yellow"]yourkeyword[/COLOR]
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:m_field_id_7 CONTENT=[COLOR="Yellow"]yourkeyword[/COLOR]
TAG POS=1 TYPE=SELECT FORM=* ATTR=NAME:m_field_id_6 CONTENT=%California
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:m_field_id_20 CONTENT=90210
TAG POS=1 TYPE=SELECT FORM=* ATTR=ID:bday_y CONTENT=%1985
TAG POS=1 TYPE=SELECT FORM=* ATTR=ID:bday_m CONTENT=%06
TAG POS=1 TYPE=SELECT FORM=* ATTR=ID:bday_d CONTENT=%23
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=* ATTR=NAME:accept_terms CONTENT=YES
WAIT SECONDS=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=* ATTR=VALUE:Submit
WAIT SECONDS=3
Instructions:Code:SET !DATASOURCE links.csv SET !DATASOURCE_COLUMNS 1 SET !DATASOURCE_LINE 2 SET !ERRORIGNORE YES SET !LOOP 2 SET !DATASOURCE_LINE {{!LOOP}} CLEAR URL GOTO={{!COL1}} WAIT SECONDS=5 TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:username CONTENT=[COLOR=Yellow]put your username here[/COLOR] SET !ENCRYPTION NO TAG POS=1 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password CONTENT=[COLOR=Yellow]put password here[/COLOR] SET !ENCRYPTION NO TAG POS=1 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password_confirm CONTENT=[COLOR=Yellow]put password here[/COLOR] TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:email CONTENT=[COLOR=Yellow]put email here[/COLOR] TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:url CONTENT=[COLOR=Yellow]put website url here[/COLOR] TAG POS=1 TYPE=INPUT:CHECKBOX FORM=* ATTR=NAME:accept_terms CONTENT=YES WAIT SECONDS=15 TAG POS=1 TYPE=INPUT:SUBMIT FORM=* ATTR=VALUE:Submit WAIT SECONDS=5
1) Download the revised scripteen mediafire file
2) Rename the file to links.csv
3) Copy the links.csv to the Datasources folder in your iMacros folder
4) Open Up Firefox And Download Imacros Plugin (if you havent)
5) Open Imacros and click the current.iim,then edit tab, then edit macro
6) Copy And Paste the above script into the editor
7) Make sure you change the details marked in yellow to what you want
8) Click Save And Close
9) Press the play tab, change the Max under Repeat Macro to 1415
10) Prepare yourself and press Play(Loop) to start the script
PLEASE NOTE:
Some of the forums have captchas; ive giving you a nice 15 seconds to enter these; once entered do not press submit; let the script do this for you.
Also you will find some of the forum signups dont work; some ask for extra details like organisation, zipcode etc which was a bit of an arse to workout so dont worry these will just not work.
Hope this helps with a better automation; thanks to the OP and Scripteen for the URL list.
PS Now we need a script to confirm all those bladdy emails
PPS Scripteen if you could write a script to detect the none captchas (just to see how many there are)
people could just leave it running and get some instant backlinks.
That's brilliant and does automate the registration process but we need to edit the Bio box in order to gain a backlink
Thanks
Thats for some of them; but the URL you enter with registration; shows up on some public profiles; may need to create another imacro script to go login to accounts and post a html website link in the bio box; trouble is some of these sites dont accept any url links whatsoever and some bio boxes are blocked.
Will experiment with this problem.
Yeah but with that link you make on registration, you cannot set the anchor text can you? So it's pretty pointless in terms of seo isn't it?
That's brilliant and does automate the registration process but we need to edit the Bio box in order to gain a backlink
Thanks
Thats for some of them; but the URL you enter with registration; shows up on some public profiles; may need to create another imacro script to go login to accounts and post a html website link in the bio box; trouble is some of these sites dont accept any url links whatsoever and some bio boxes are blocked.
Will experiment with this problem.
Why wouldn't you fill in the bio/link when you register ..... that would be
more efficient than logging into each one over again right .....
HTH .... :cool2:
Instructions:Code:SET !DATASOURCE links.csv SET !DATASOURCE_COLUMNS 1 SET !DATASOURCE_LINE 2 SET !ERRORIGNORE YES SET !LOOP 2 SET !DATASOURCE_LINE {{!LOOP}} CLEAR URL GOTO={{!COL1}} WAIT SECONDS=5 TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:username CONTENT=[COLOR=Yellow]put your username here[/COLOR] SET !ENCRYPTION NO TAG POS=1 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password CONTENT=[COLOR=Yellow]put password here[/COLOR] SET !ENCRYPTION NO TAG POS=1 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password_confirm CONTENT=[COLOR=Yellow]put password here[/COLOR] TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:email CONTENT=[COLOR=Yellow]put email here[/COLOR] TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:url CONTENT=[COLOR=Yellow]put website url here[/COLOR] TAG POS=1 TYPE=INPUT:CHECKBOX FORM=* ATTR=NAME:accept_terms CONTENT=YES WAIT SECONDS=15 TAG POS=1 TYPE=INPUT:SUBMIT FORM=* ATTR=VALUE:Submit WAIT SECONDS=5
1) Download the revised scripteen mediafire file
2) Rename the file to links.csv
3) Copy the links.csv to the Datasources folder in your iMacros folder
4) Open Up Firefox And Download Imacros Plugin (if you havent)
5) Open Imacros and click the current.iim,then edit tab, then edit macro
6) Copy And Paste the above script into the editor
7) Make sure you change the details marked in yellow to what you want
8) Click Save And Close
9) Press the play tab, change the Max under Repeat Macro to 1415
10) Prepare yourself and press Play(Loop) to start the script
Why wouldn't you fill in the bio/link when you register ..... that would be
more efficient than logging into each one over again right .....
HTH .... :cool2:
You have a valid point; but the problems are the bio is not available on sign up; some of the forums have blocked the bio box; and you have to go through and confirm the emails before being able to sign back in.
I am working on a script for people who have gone to the trouble of confirming all emails and need to log in and change details in the bio box, i shall have something soon.
Code:SET !DATASOURCE links.csv SET !DATASOURCE_COLUMNS 1 SET !DATASOURCE_LINE 2 SET !ERRORIGNORE YES SET !LOOP 2 SET !DATASOURCE_LINE {{!LOOP}} CLEAR URL GOTO={{!COL1}} WAIT SECONDS=5 TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:username CONTENT=[COLOR="Yellow"]put your username here[/COLOR] SET !ENCRYPTION NO TAG POS=1 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password CONTENT=[COLOR="Yellow"]put password here[/COLOR] SET !ENCRYPTION NO TAG POS=1 TYPE=INPUT:PASSWORD FORM=* ATTR=NAME:password_confirm CONTENT=[COLOR="Yellow"]put password here[/COLOR] TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:email CONTENT=[COLOR="Yellow"]put email here[/COLOR] TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:url CONTENT=[COLOR="Yellow"]put website url here[/COLOR] TAG POS=1 TYPE=INPUT:CHECKBOX FORM=* ATTR=NAME:accept_terms CONTENT=YES WAIT SECONDS=15 TAG POS=1 TYPE=INPUT:SUBMIT FORM=* ATTR=VALUE:Submit WAIT SECONDS=5
Instructions:
1) Download the revised scripteen mediafire file
2) Rename the file to links.csv
3) Copy the links.csv to the Datasources folder in your iMacros folder
4) Open Up Firefox And Download Imacros Plugin (if you havent)
5) Open Imacros and click the current.iim,then edit tab, then edit macro
6) Copy And Paste the above script into the editor
7) Make sure you change the details marked in yellow to what you want
8) Click Save And Close
9) Press the play tab, change the Max under Repeat Macro to 1415
10) Prepare yourself and press Play(Loop) to start the script
PLEASE NOTE:
Some of the forums have captchas; ive giving you a nice 15 seconds to enter these; once entered do not press submit; let the script do this for you.
Also you will find some of the forum signups dont work; some ask for extra details like organisation, zipcode etc which was a bit of an arse to workout so dont worry these will just not work.
Hope this helps with a better automation; thanks to the OP and Scripteen for the URL list.
PS Now we need a script to confirm all those bladdy emails
PPS Scripteen if you could write a script to detect the none captchas (just to see how many there are)
people could just leave it running and get some instant backlinks.