[GET] 1885 PR0-9 ExpressionEngine sites (angela style)

How do you get the autofill forms to work properly???

Thanks for the great share anyway:D
 
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 ;)
 
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 ;)

Thanks dude i can now share my script for account automation; once ive tested it with this filtered list. Much appreciated.
 
Code:
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:

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 in the script above to what your details
make username your keyword with a number like:dogtraining1023
make password have at least one capital letter and at least one number ie Balls9212

8) Click Save And Close
9) Press the play tab, change the Max under Repeat Macro to 50
you dont have to change it to 50 change it to what you want to do for the day
next day make sure you edit the script and change SET !LOOP 2 to one more than you did
the previous day ie if you did 50; change SET !LOOP 2 to SET !LOOP 51 and so on

10) Prepare yourself and press Play(Loop) to start the script

PLEASE NOTE:

Some of the forums have captchas; ive giving you a nice 10 seconds to enter these; once entered do not press submit; let the script do this for you.

Hope this helps with a better automation; thanks to the OP and Scripteen for the URL list.
 
Last edited:
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.

That's brilliant and does automate the registration process but we need to edit the Bio box in order to gain a backlink ;)

Thanks
 
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.
 
Last edited:
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?
 
I want to know Today expressengine better than WPMU for create backlink?
 
That's brilliant and does automate the registration process but we need to edit the Bio box in order to gain a backlink ;)

Thanks

Anyone with a imacros script to be able to go into each site and edit the bio section with our urls?
 
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:

 
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:


On ExpressionEngine sites the Bio field is not there at time of registeration so that is why we need to log back in and fill in the bio field with our backlinks.
 
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

Thanks for the imcaro script.
 
Last edited:
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.
 
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.

That would be great to have that script for the bio. I just went through the first 50 or so sites and was able to successfully sign up to about 30 of them. I used MagicSubmitter which logs in into that email account and confirms them super fast.

MagicSubmitter has a module for ExpressionEngine singup and editing of the bio for backlinks, but I don't know how to add this list into and have it use the same commands for all of the sites instead of going into each site and setting it up manually.
 
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.

Thanks for the code! Saved me 15 mins. of fiddling with imacros.
 
Back
Top