Imacros SHARED code scripts

This is my first imacros share

Gmail password changer (with 'Buzz' handling)

create a 'gmailaccounts.csv' file with the following column header:

col 1 = username
col 2 = old password
col 3 = new password


Code:
TAB T=1     
TAB CLOSEALLOTHERS       
URL GOTO=https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=zpwhtygjntrz&scc=1&ltmpl=default&ltmplcache=2     
SET !DATASOURCE gmailaccounts.csv
SET !DATASOURCE_COLUMNS 3
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://www.google.com/accounts/ServiceLoginAuth?service=mail ATTR=ID:Email CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://www.google.com/accounts/ServiceLoginAuth?service=mail ATTR=ID:Passwd CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:https://www.google.com/accounts/ServiceLoginAuth?service=mail ATTR=NAME:signIn  
SET !TIMEOUT 10
SET !ERRORIGNORE YES 
TAG POS=1 TYPE=A ATTR=TXT:Nah,<SP>go<SP>to<SP>my<SP>inbox<SP>   
SET !ERRORIGNORE NO
SET !TIMEOUT 60 
FRAME F=4  
WAIT SECONDS=15   
TAG POS=1 TYPE=A ATTR=ID::qx   
WAIT SECONDS=8
TAG POS=1 TYPE=A ATTR=TXT:Accounts<SP>and<SP>Import   
WAIT SECONDS=8
TAG POS=1 TYPE=A ATTR=TXT:Google<SP>Account<SP>settings   
TAB T=2     
FRAME F=0     
TAG POS=1 TYPE=A ATTR=TXT:Change<SP>password   
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:UpdatePasswd ATTR=ID:OldPasswd CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:UpdatePasswd ATTR=ID:Passwd CONTENT={{!COL3}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:UpdatePasswd ATTR=ID:PasswdAgain CONTENT={{!COL3}} 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:UpdatePasswd ATTR=ID:save  
TAG POS=1 TYPE=A ATTR=TXT:Sign<SP>out
 
FORM=ACTION: how can i tell it to use the url in a list? like to go into all accounts and login
 
I have a question ... can I control imacros without using mouse?
i want to know keyboard shortcut key for continue/stop imacros
anyone know pls help :(
 
Is there a way in IMacro to open the csv file, as per normal, but then randomly select a line in the csv file and use that information? for example:

"test1", "test"
"test2", "test"
"test3", "test"

on first run it will randomly choose a line and for example use "test2", next time randomly , might use "test1", etc

Thank you

I second that question, I need to figure out that as well.

Also, do anyone have a macro that can post a post on wodpress.com blog?

Thanks!
 
My script with help many people as I think. Name of script is "high pr backlink Signup script"
This script will open the high pr backlink sites fill out registration form and wait for 15 seconds. You just need to fill out captahas in these 15 seconds. Don't worry it does not close the sites. YOu need to create "link_signup.csv" in datasource folder with 5 colums.
There are around 50 sites.
column 1 is for username
column 2 is for First Name
column 3 is for Last Name
column 4 is for email
column 5 is for password
Code:
VERSION BUILD=6600525 
CLEAR    
SET !ERRORIGNORE YES
TAB T=1     
CMDLINE !DATASOURCE link_signup.csv
SET !DATASOURCE_COLUMNS 5
SET !LOOP 2
TAB CLOSEALLOTHERS     
URL GOTO=http://www.thestudentroom.co.uk/register.php     
TAG POS=1 TYPE=SELECT FORM=NAME:register ATTR=ID:month CONTENT=11 
TAG POS=1 TYPE=SELECT FORM=NAME:register ATTR=ID:day CONTENT=16 
TAG POS=1 TYPE=SELECT FORM=NAME:register ATTR=ID:year CONTENT=22 
TAG POS=1 TYPE=SELECT FORM=NAME:register ATTR=ID:education_type CONTENT=$On<SP>a<SP>gap<SP>year 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=ID:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:register ATTR=ID:passowrd CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:register ATTR=ID:passwordconfirm CONTENT={{!COL5}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=ID:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=ID:emailconfirm CONTENT={{!COL4}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=ID:imagestamp CONTENT= 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:register ATTR=ID:cb_rules_agree&&VALUE:1 CONTENT=YES
WAIT SECONDS=15
TAB OPEN
TAB T=2
URL GOTO=http://www.bluehampshire.com/     
TAG POS=1 TYPE=A ATTR=TXT:Make<SP>a<SP>New<SP>Account   
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmUsername CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmEmail CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:securityCode CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=3
URL GOTO=http://texture.co.nz/     
TAG POS=1 TYPE=A ATTR=TXT:Become<SP>a<SP>Texture<SP>member   
'New page loaded      
URL GOTO=http://texture.co.nz/user/CreateUser.aspx?ReturnUrl=/default.aspx     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Email2 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Password2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=SELECT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___LocationCity CONTENT=1 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=NAME:ctl00$bcr$ctl00$_$CaptchaControl1 CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=4
URL GOTO=http://www.tor.com/     
TAG POS=1 TYPE=A ATTR=HREF:http://www.tor.com/index.php?option=com_comprofiler&task=registers     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:adminForm ATTR=ID:firstname CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:adminForm ATTR=ID:lastname CONTENT={{!COL3}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:adminForm ATTR=ID:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:adminForm ATTR=ID:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:adminForm ATTR=ID:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:adminForm ATTR=ID:verifyPass CONTENT={{!COL5}} 
TAG POS=1 TYPE=SELECT FORM=NAME:adminForm ATTR=NAME:cb_age[] CONTENT=2 
WAIT SECONDS=15
TAB OPEN
TAB T=5
URL GOTO=http://forums.soundslides.com/register.php     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://forums.soundslides.com/register.php?action=register ATTR=ID:fld1 CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://forums.soundslides.com/register.php?action=register ATTR=ID:fld2 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://forums.soundslides.com/register.php?action=register ATTR=ID:fld3 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://forums.soundslides.com/register.php?action=register ATTR=ID:fld4 CONTENT=CAPCHAS
WAIT SECONDS=15
TAB OPEN
TAB T=6
URL GOTO=http://www.shreveporttimes.com/   
WAIT SECONDS=15  
TAG POS=1 TYPE=A ATTR=TXT:Become<SP>a<SP>member   
WAIT SECONDS=18
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:UserName CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:Email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:FirstName CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:LastName CONTENT={{!COL3}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:UAWidget-Registration ATTR=ID:Password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:UAWidget-Registration ATTR=ID:ConfirmPassword CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:UAWidget-Registration ATTR=ID:GenderM&&VALUE:2 CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:Yob CONTENT= 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:Zip CONTENT= 
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:UAWidget-Registration ATTR=ID:RegisterButton  
TAB OPEN
TAB T=7
URL GOTO=http://www.kerlimusic.com/member/registration.aspx?rtn=$Default.aspx&st=1     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MembershipFormID ATTR=ID:EmailInput CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MembershipFormID ATTR=ID:UsernameInput CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MembershipFormID ATTR=ID:Password1Input CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MembershipFormID ATTR=ID:Password2Input CONTENT={{!COL5}} 
TAG POS=1 TYPE=SELECT FORM=NAME:MembershipFormID ATTR=ID:BirthDateDayDropdown CONTENT=16 
TAG POS=1 TYPE=SELECT FORM=NAME:MembershipFormID ATTR=ID:BirthDateMonthDropdown CONTENT=11 
TAG POS=1 TYPE=SELECT FORM=NAME:MembershipFormID ATTR=ID:BirthDateYearDropdown CONTENT=22 
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:MembershipFormID ATTR=ID:GenderRadio_0&&VALUE:m CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MembershipFormID ATTR=ID:ZipInput CONTENT=36310 
TAG POS=1 TYPE=SELECT FORM=NAME:MembershipFormID ATTR=ID:CountryDropdown CONTENT=226 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:MembershipFormID ATTR=ID:FormSubmitButton  
TAB OPEN
TAB T=8
URL GOTO=http://www.hollywoodmasala.com/user/CreateUser.aspx?ReturnUrl=/frontpage.aspx     
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___AcceptAgreement&&VALUE:on CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Email2 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___CodeNumberTextBox CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=9
URL GOTO=http://www.artevist.com/index.php/site/register/     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.artevist.com/index.php/site/register/ ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.artevist.com/index.php/site/register/ ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.artevist.com/index.php/site/register/ ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.artevist.com/index.php/site/register/ ATTR=NAME:password_confirm CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.artevist.com/index.php/site/register/ ATTR=NAME:accept_terms&&VALUE:y CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.artevist.com/index.php/site/register/ ATTR=NAME:captchaXXXXXX CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=10
URL GOTO=http://www.afireinside.net/default.aspx     
TAG POS=1 TYPE=A ATTR=TXT:Log<SP>In   
WAIT SECONDS=5    
FRAME F=3     
TAG POS=1 TYPE=A ATTR=ID:ShowRegistrationButton   
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MemberContentForm ATTR=ID:EmailForRegistrationInput CONTENT={{!COL4}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:MemberContentForm ATTR=ID:Submit2  
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MemberContentForm ATTR=ID:PasswordInput CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MemberContentForm ATTR=ID:RepeatPasswordInput CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MemberContentForm ATTR=ID:UsernameInput CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:MemberContentForm ATTR=ID:GenderRadioButton_0&&VALUE:m CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MemberContentForm ATTR=ID:BirthDateInput CONTENT= 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MemberContentForm ATTR=ID:ZipInput CONTENT=36310 
TAG POS=1 TYPE=SELECT FORM=NAME:MemberContentForm ATTR=ID:CountryDropdown CONTENT=226 
WAIT SECONDS=15
TAB OPEN
TAB T=11
URL GOTO=http://www.larryvershel.com/join.do     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmUsername CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmEmail CONTENT={{!COL4}} 
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:securityCode CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=12
URL GOTO=http://forum.toribash.com/tori_register.php     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:tori_register.php ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:tori_register.php ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:tori_register.php ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:tori_register.php ATTR=NAME:remove CONTENT=
WAIT SECONDS=15
TAB OPEN
TAB T=13
URL GOTO=http://forums.zynga.com/register.php     
TAG POS=1 TYPE=SELECT FORM=ACTION:register.php?do=checkdate ATTR=NAME:month CONTENT=11 
TAG POS=1 TYPE=SELECT FORM=ACTION:register.php?do=checkdate ATTR=NAME:day CONTENT=16 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:register.php?do=checkdate ATTR=NAME:year CONTENT=1989 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:register.php?do=checkdate ATTR=VALUE:<SP>Proceed<SP>  
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:register.php?do=register ATTR=ID:cb_rules_agree&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:register.php?do=register ATTR=VALUE:Register                
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=ID:regusername CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:register ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:register ATTR=NAME:passwordconfirm CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=NAME:emailconfirm CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=ID:recaptcha_response_field CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=14
URL GOTO=http://www.herodontics.com/
TAG POS=1 TYPE=A ATTR=TXT:Register
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.herodontics.com/action/register ATTR=NAME:name CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.herodontics.com/action/register ATTR=NAME:email CONTENT={{!COL4}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.herodontics.com/action/register ATTR=NAME:username CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.herodontics.com/action/register ATTR=NAME:password CONTENT={{!COL5}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.herodontics.com/action/register ATTR=NAME:password2 CONTENT={{!COL5}}
WAIT SECONDS=15
TAB OPEN
TAB T=15
URL GOTO=http://railsforum.com/register.php     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://railsforum.com/register.php?action=register ATTR=ID:fld1 CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://railsforum.com/register.php?action=register ATTR=ID:fld2 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://railsforum.com/register.php?action=register ATTR=ID:fld3 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://railsforum.com/register.php?action=register ATTR=ID:fld4 CONTENT=
WAIT SECONDS=15
TAB OPEN
TAB T=16
URL GOTO=http://www.us.splinder.com/signup     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.us.splinder.com/signup ATTR=NAME:edit[name] CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.us.splinder.com/signup ATTR=NAME:edit[mail1] CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.us.splinder.com/signup ATTR=NAME:edit[pass1] CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.us.splinder.com/signup ATTR=NAME:edit[conditions][tos][accept]&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.us.splinder.com/signup ATTR=NAME:edit[conditions][age_certification][accept]&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.us.splinder.com/signup ATTR=ID:captchaword CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=17
URL GOTO=http://www.altmuslim.com/a/member/register/     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.altmuslim.com/a ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.altmuslim.com/a ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.altmuslim.com/a ATTR=NAME:password_confirm CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.altmuslim.com/a ATTR=NAME:screen_name CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.altmuslim.com/a ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.altmuslim.com/a ATTR=NAME:accept_terms&&VALUE:y CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.altmuslim.com/a ATTR=NAME:captcha CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=18
URL GOTO=http://www.mapmywalk.com/membership_comparison     
TAG POS=1 TYPE=IMG ATTR=HREF:http://static.mapmyfitness.com/www/10559/img/membership/btn_comparison_matrix_free.jpg   
'New page loaded      
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmRegister ATTR=ID:txtFirstName CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmRegister ATTR=ID:txtLastName CONTENT={{!COL3}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmRegister ATTR=ID:txtEmail CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmRegister ATTR=ID:txtConfirmEmail CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmRegister ATTR=ID:txtUsername CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:frmRegister ATTR=ID:txtPassword CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:frmRegister ATTR=ID:txtConfirmPassword CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:frmRegister ATTR=ID:lstPromoOptOut_1&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:frmRegister ATTR=ID:chkOver13&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:frmRegister ATTR=ID:chkTOC&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmRegister ATTR=ID:recaptcha_response_field CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=19
URL GOTO=http://hdrcreme.com/signup     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/users ATTR=ID:user_login CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/users ATTR=ID:user_email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/users ATTR=ID:user_password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/users ATTR=ID:user_password_confirmation CONTENT={{!COL5}} 
WAIT SECONDS=15
TAB OPEN
TAB T=20
URL GOTO=http://www.yudu.com/login?action=signup     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/login?action=signup ATTR=ID:reg_email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/login?action=signup ATTR=ID:reg_password1 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/login?action=signup ATTR=ID:reg_password2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/login?action=signup ATTR=ID:reg_name CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/login?action=signup ATTR=ID:reg_first_name CONTENT= 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/login?action=signup ATTR=ID:reg_last_name CONTENT= 
TAG POS=1 TYPE=INPUT:RADIO FORM=ACTION:/login?action=signup ATTR=ID:reg_gender_male&&VALUE:Male CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/login?action=signup ATTR=ID:recaptcha_response_field CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=21
URL GOTO=http://www.aigaion.nl/forum/index.php?action=register     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:user CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:creator ATTR=NAME:passwrd1 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:creator ATTR=NAME:passwrd2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:visual_verification_code CONTENT= 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:creator ATTR=ID:regagree&&VALUE:on CONTENT=YES 
WAIT SECONDS=15
TAB OPEN
TAB T=22
URL GOTO=http://nxt.accurender.com/     
TAG POS=1 TYPE=A ATTR=TXT:Join   
URL GOTO=http://nxt.accurender.com/user/CreateUser.aspx?ReturnUrl=     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_Username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_Email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_Email2 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_CreateAccount 
WAIT SECONDS=15 
TAB OPEN
TAB T=23
URL GOTO=http://gotspeech.net/user/CreateUser.aspx?ReturnUrl=/default.aspx     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl00___Email2 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_CreateAccount 
WAIT SECONDS=15  
TAB OPEN
TAB T=24
URL GOTO=http://www.blogsunited.org/     
TAG POS=1 TYPE=A ATTR=TXT:Make<SP>a<SP>New<SP>Account      
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmUsername CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmEmail CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:securityCode CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=25
URL GOTO=http://libertonia.escomposlinux.org/     
TAG POS=1 TYPE=A ATTR=TXT:Nueva<SP>cuenta   
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:adduser ATTR=NAME:nickname CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:adduser ATTR=NAME:email CONTENT={{!COL4}} 
TAB OPEN
TAB T=26
URL GOTO=http://pointcast.webs.com/apps/auth/signup     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:signupForm ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:signupForm ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:signupForm ATTR=NAME:password2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:signupForm ATTR=NAME:name CONTENT={{!COL1}} 
TAG POS=1 TYPE=SELECT FORM=NAME:signupForm ATTR=ID:birthdayDay CONTENT=15 
TAG POS=1 TYPE=SELECT FORM=NAME:signupForm ATTR=ID:birthdayYear CONTENT=8 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:signupForm ATTR=ID:location CONTENT=ALAMBA 
TAG POS=1 TYPE=SELECT FORM=NAME:signupForm ATTR=ID:genderSelect CONTENT=1 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:signupForm ATTR=VALUE:Sign<SP>Up  
WAIT SECONDS=15
TAB OPEN
TAB T=27
URL GOTO=http://www.nipponcinema.com/member/register/     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.nipponcinema.com/ ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.nipponcinema.com/ ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.nipponcinema.com/ ATTR=NAME:password_confirm CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.nipponcinema.com/ ATTR=NAME:screen_name CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.nipponcinema.com/ ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.nipponcinema.com/ ATTR=NAME:url CONTENT={{!COL7}}  
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.nipponcinema.com/ ATTR=NAME:captcha CONTENT= 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.nipponcinema.com/ ATTR=NAME:accept_terms&&VALUE:y CONTENT=YES 
WAIT SECONDS=15
TAB OPEN
TAB T=28
URL GOTO=https://www.nurse.com/signup.html     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UserForm ATTR=NAME:FirstName CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UserForm ATTR=NAME:LastName CONTENT={{!COL3}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UserForm ATTR=NAME:UserName CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UserForm ATTR=NAME:Email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:UserForm ATTR=NAME:Pass1 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:UserForm ATTR=NAME:Pass2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UserForm ATTR=NAME:SecKey7374 CONTENT=
WAIT SECONDS=15
TAB OPEN
TAB T=29
URL GOTO=http://community.cengage.com/SWKeyboarding/user/CreateUser.aspx?ReturnUrl=     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_Username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_Email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_Email2 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_ctl07_ctl02_AcceptAgreement&&VALUE:on CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_bcr_ctl01_ctl00_CaptchaPlaceholder_ctl00_CaptchaCode CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=30
URL GOTO=http://forum.joomlaworks.gr/     
TAG POS=2 TYPE=A ATTR=TXT:register   
'New page loaded      
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:user CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:creator ATTR=NAME:passwrd1 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:creator ATTR=NAME:passwrd2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:creator ATTR=ID:regagree&&VALUE:on CONTENT=YES 
TAB OPEN
TAB T=31
URL GOTO=http://talk.hope.net/     
TAG POS=1 TYPE=A ATTR=TXT:Register      
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:register.php ATTR=NAME:agree  
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:register.php?action=register ATTR=NAME:req_username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:register.php?action=register ATTR=NAME:req_email1 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:register.php?action=register ATTR=NAME:req_email2 CONTENT={{!COL4}} 
TAB OPEN
TAB T=32
URL GOTO=https://mozillaca.com/main/register     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:nickname CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:confirm CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:fullname CONTENT={{!COL2}}{{!COL3}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:homepage CONTENT={{!COL7}} 
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:bio CONTENT=Hello<SP>My<SP>Name<SP>is<SP>{{!COL!}}.<SP>I<SP>Loved<SP>to<SP>make<SP>people<SP>friend.<SP>My<SP>hobbies<SP>are<SP>dancing<SP>and<SP>touching<SP>women<SP>bodies 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:location CONTENT=ALAMABA 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:license&&VALUE:true CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://mozillaca.com/main/register ATTR=ID:recaptcha_response_field CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=33
URL GOTO=http://forum.treweeke.com/index.php?action=register     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:user CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:creator ATTR=NAME:passwrd1 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:creator ATTR=NAME:passwrd2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:creator ATTR=ID:skip_coppa&&VALUE:on CONTENT=YES 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:creator ATTR=ID:regagree&&VALUE:on CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:visual_verification_code CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=34
URL GOTO=http://www.jacksonsun.com/     
TAG POS=1 TYPE=A ATTR=TXT:Become<SP>a<SP>member&&HREF:javascript:GDN.Widget.Load('popup',%20'Registration',%20'gdn_Widgets["Reg"]',%20((gdn_enable_reg_help)%20?<SP>540<SP>:<SP>350),<SP>500,<SP>'Z2RuX0FjdGlvbnNbIlJlZyJdID0gMTt3aW5kb3cuc2V0VGltZW91dCgiR0ROLlNldEZvY3VzKCdVQVdpZGdldC1SZWdpc3RyYXRpb24nKSIsIDUwMCk7');   
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:UserName CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:Email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:FirstName CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:LastName CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:UAWidget-Registration ATTR=ID:Password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:UAWidget-Registration ATTR=ID:ConfirmPassword CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:UAWidget-Registration ATTR=ID:GenderM&&VALUE:2 CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:Yob CONTENT= 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:UAWidget-Registration ATTR=ID:Zip CONTENT=36310 
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:UAWidget-Registration ATTR=ID:RegisterButton  
TAB OPEN
TAB T=35
URL GOTO=http://www.ashesdivide.com/member/registration.aspx?rtn=$member$registration.aspx&st=1     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MembershipFormID ATTR=ID:EmailInput CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MembershipFormID ATTR=ID:UsernameInput CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MembershipFormID ATTR=ID:Password1Input CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MembershipFormID ATTR=ID:Password2Input CONTENT={{!COL5}} 
TAG POS=1 TYPE=SELECT FORM=NAME:MembershipFormID ATTR=ID:BirthDateDayDropdown CONTENT=16 
TAG POS=1 TYPE=SELECT FORM=NAME:MembershipFormID ATTR=ID:BirthDateMonthDropdown CONTENT=11 
TAG POS=1 TYPE=SELECT FORM=NAME:MembershipFormID ATTR=ID:BirthDateYearDropdown CONTENT=22 
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:MembershipFormID ATTR=ID:GenderRadio_0&&VALUE:m CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:MembershipFormID ATTR=ID:ZipInput CONTENT=36310 
TAG POS=1 TYPE=SELECT FORM=NAME:MembershipFormID ATTR=ID:CountryDropdown CONTENT=226  
TAB OPEN
TAB T=36
URL GOTO=http://www.hooping.org/forums/account/register.php     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.hooping.org/forums/action/register ATTR=NAME:name CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.hooping.org/forums/action/register ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.hooping.org/forums/action/register ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.hooping.org/forums/action/register ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.hooping.org/forums/action/register ATTR=NAME:password2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.hooping.org/forums/action/register ATTR=NAME:submit  
TAB OPEN
TAB T=37
URL GOTO=http://mundoboricua.com/index.php/public/signup/     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://mundoboricua.com/index.php/public/signup/ ATTR=NAME:aUser[user] CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://mundoboricua.com/index.php/public/signup/ ATTR=NAME:pass CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://mundoboricua.com/index.php/public/signup/ ATTR=NAME:pass2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://mundoboricua.com/index.php/public/signup/ ATTR=NAME:aUser[email] CONTENT={{!COL4}} 
TAG POS=1 TYPE=SELECT FORM=ACTION:http://mundoboricua.com/index.php/public/signup/ ATTR=ID:fldCountrySel CONTENT=32 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://mundoboricua.com/index.php/public/signup/ ATTR=NAME:aUser[city] CONTENT= 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://mundoboricua.com/index.php/public/signup/ ATTR=ID:fldZip CONTENT= 
TAG POS=1 TYPE=SELECT FORM=ACTION:http://mundoboricua.com/index.php/public/signup/ ATTR=NAME:aBirthDate_Year CONTENT=69 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://mundoboricua.com/index.php/public/signup/ ATTR=NAME:agree&&VALUE:on CONTENT=YES 
WAIT SECONDS=15
TAB OPEN
TAB T=38
URL GOTO=http://goldamericagroup.com/join.do     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmUsername CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmEmail CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:securityCode CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=39
URL GOTO=http://www.expat-blog.com/en/register.php     
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:../en/register.php ATTR=NAME:agree  
URL GOTO=http://www.expat-blog.com/en/register.php?agree=Agree 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:../en/register.php?action=register ATTR=NAME:req_username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:../en/register.php?action=register ATTR=NAME:req_password1 CONTENT={{!COL5}}  
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:../en/register.php?action=register ATTR=NAME:req_password1 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:../en/register.php?action=register ATTR=NAME:req_password2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:../en/register.php?action=register ATTR=NAME:req_email1 CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:RADIO FORM=ACTION:../en/register.php?action=register ATTR=ID:expatriate&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=SELECT FORM=ACTION:../en/register.php?action=register ATTR=ID:from CONTENT=197 
TAG POS=1 TYPE=SELECT FORM=ACTION:../en/register.php?action=register ATTR=ID:currentLocation CONTENT=197 
TAG POS=1 TYPE=INPUT:RADIO FORM=ACTION:../en/register.php?action=register ATTR=NAME:gender&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=SELECT FORM=ACTION:../en/register.php?action=register ATTR=NAME:birthday-day CONTENT=16 
TAG POS=1 TYPE=SELECT FORM=ACTION:../en/register.php?action=register ATTR=NAME:birthday-month CONTENT=11 
TAG POS=1 TYPE=SELECT FORM=ACTION:../en/register.php?action=register ATTR=NAME:birthday-year CONTENT=13 
WAIT SECONDS=15
TAB OPEN
TAB T=40
URL GOTO=http://www.mikasounds.com/register     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=NAME:firstname CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=NAME:surname CONTENT={{!COL3}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=NAME:display_name CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:register ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:register ATTR=NAME:password_confirm CONTENT={{!COL5}} 
WAIT SECONDS=15
TAB OPEN
TAB T=41
URL GOTO=http://www.agentschat.com/index.php/action,register.html     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:user CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:creator ATTR=NAME:passwrd1 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:creator ATTR=NAME:passwrd2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:creator ATTR=ID:skip_coppa&&VALUE:on CONTENT=YES 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:creator ATTR=ID:regagree&&VALUE:on CONTENT=YES 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:creator ATTR=NAME:visual_verification_code CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=42
URL GOTO=http://www.nerdivore.com/join.do     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmUsername CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:confirmEmail CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:joinForm ATTR=NAME:securityCode CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=43
URL GOTO=http://deepmemo.com/account/register.php     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://deepmemo.com/action/register ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://deepmemo.com/action/register ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://deepmemo.com/action/register ATTR=NAME:password2 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://deepmemo.com/action/register ATTR=NAME:name CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://deepmemo.com/action/register ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://deepmemo.com/action/register ATTR=ID:recaptcha_response_field CONTENT= 
WAIT SECONDS=15
TAB OPEN
TAB T=44
URL GOTO=http://hdrcreme.com/signup     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/users ATTR=ID:user_login CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/users ATTR=ID:user_email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/users ATTR=ID:user_password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/users ATTR=ID:user_password_confirmation CONTENT={{!COL5}}
TAB OPEN
TAB T=45
URL GOTO=http://www.comedytime.tv/signup.php     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:signupForm ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:signupForm ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:signupForm ATTR=NAME:password1 CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:signupForm ATTR=NAME:password2 CONTENT={{!COL5}} 
TAB OPEN
TAB T=46
URL GOTO=http://bakerina.com/member/register/     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://bakerina.com/ ATTR=NAME:username CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://bakerina.com/ ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://bakerina.com/ ATTR=NAME:password_confirm CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://bakerina.com/ ATTR=NAME:screen_name CONTENT={{!COL2}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://bakerina.com/ ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://bakerina.com/ ATTR=NAME:url CONTENT={{!COL7}} 
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://bakerina.com/ ATTR=NAME:accept_terms&&VALUE:y CONTENT=YES 
TAB OPEN
TAB T=47
URL GOTO=http://www.highprofits.com/affiliate-forum/     
TAG POS=1 TYPE=A ATTR=TXT:Register   
URL GOTO=http://www.highprofits.com/affiliate-forum/register.php     
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:register.php?do=register ATTR=ID:cb_rules_agree&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:register.php?do=register ATTR=VALUE:Register  
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=ID:regusername CONTENT={{!COL1}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:register ATTR=NAME:password CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:register ATTR=NAME:passwordconfirm CONTENT={{!COL5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=NAME:email CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=NAME:emailconfirm CONTENT={{!COL4}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:register ATTR=ID:humanverify CONTENT=
.....................Happy Backlinking....................and don't forget thanks button........
I know there are few bugs in it.......tell me I correct it
 
Last edited:
I second that question, I need to figure out that as well.

Also, do anyone have a macro that can post a post on wodpress.com blog?

Thanks!

here's what you need

Code:
SET !ERRORIGNORE YES
TAB T=1     
TAB CLOSEALLOTHERS     
TAB T=1     

'Disables the pop-up for the extracted number
SET !EXTRACT_TEST_POPUP NO

'Generate a random number
URL GOTO=http://linkidol.com/random-number-generator/     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:lownumber CONTENT=INSERT-LOWEST-NUMBER-HERE
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:highnumber CONTENT=INSERT-HIGHEST-NUMBER-HERE
TAG POS=1 TYPE=BUTTON ATTR=ID:getit   
TAG POS=1 TYPE=DIV ATTR=ID:randomnumber   
TAG POS=1 TYPE=DIV ATTR=TXT:*&&ID:randomnumber EXTRACT=TXT  

'Extract the generated number
SET !VAR1 {{!EXTRACT}}

'Set iMacro datasource and column number
SET !DATASOURCE datasource.csv

'You may change this depending how many columns your CSV has
SET !DATASOURCE_COLUMNS 1

'Set the selected random column
SET !DATASOURCE_LINE {{!VAR1}}

' Insert the remaining codes here
 
Hi, anyone has an example of imacro for captcha solving. I'm a bit confuse about it.
 
Can this script extracts email address too?


Scraps random first name, last name. Saves as randomnames.csv. Great for using with LinkFarmEvolution and creating mass blogs. I scraped about 5k names today.

Code:
VERSION BUILD=6801021     
TAB T=1     
TAB CLOSEALLOTHERS   
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !DATASOURCE_COLUMNS 2
SET !LOOP 1
'Increase the current position in the file with each loop 
SET !DATASOURCE_LINE {{!LOOP}}
'
URL GOTO=http://www.fakenamegenerator.com/ 
TAG POS=1 TYPE=INPUT:IMAGE FORM=NAME:options ATTR=     
TAG POS=1 TYPE=SPAN ATTR=CLASS:given-name&&TXT:* EXTRACT=TXT  
TAG POS=1 TYPE=SPAN ATTR=CLASS:family-name&&TXT:* EXTRACT=TXT 
SAVEAS TYPE=EXTRACT FOLDER=* FILE=randomnames.csv
 
Wow, what an awesome thread....
I'm almost afraid to ask, but does anyone have a good macro for CL posting?
 
HA too funny. Just got done setting up macros for all of the tube mogul sites, your code helped me with that. Now I am working on a macro for use with the google KW tool.

Can anyone give me a pointer on how to best extract the results from the google kw tool to a .csv? I want to run this in a loop. I'm kinda stuck on this part. I'll figure it out but if anyone knows let me know so I can keep moving. Thx


Anyone has macro for Google KW tool???

Thanks :)
 
Anyone has macro for Google KW tool???

Thanks :)

Code:
VERSION BUILD=6880125     
TAB T=1     
TAB CLOSEALLOTHERS  
SET !ERRORIGNORE YES   
'Generate a random number
URL GOTO=http://linkidol.com/random-number-generator/     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:lownumber CONTENT=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName 
'Change the highnumber to how many lines your csv file has
ATTR=ID:highnumber CONTENT=3
TAG POS=1 TYPE=BUTTON ATTR=ID:getit   
TAG POS=1 TYPE=DIV ATTR=ID:randomnumber   
TAG POS=1 TYPE=DIV ATTR=TXT:*&&ID:randomnumber EXTRACT=TXT  
'Extract the generated number
SET !VAR1 {{!EXTRACT}}
SET !DATASOURCE K:\keywords.csv
SET !DATASOURCE_COLUMNS 5
SET !DATASOURCE_LINE {{!VAR1}} 
URL GOTO=https://adwords.google.com/select/KeywordToolExternal     
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:kpVariationsTool-keyword CONTENT={{!COL1}}<BR><LF>{{!COL2}}<BR><LF>{{!COL3}}<BR><LF>{{!COL4}}<BR><LF>{{!COL5}}
PROMPT captcha_has_been_detected: !VAR2
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:kpVariationsTool-captchaAnswer CONTENT={{!VAR2}}
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:NoFormName ATTR=ID:kpKeywordPlanner-getKeywordsButton  
WAIT SECONDS=10
ONDOWNLOAD FOLDER=* FILE=+_{{!NOW:yyyy******d_hhnnss}}    
TAG POS=3 TYPE=A ATTR=TXT:.csv   
WAIT SECONDS=10

Example keywords.csv file looks like this:
Code:
"Ipod" "weight loss" "earphones" "HDTV" "self defense"
"zune" "acai berry" "acai weight loss" "google money" "doctor"
"yung berg" "lil wayne" "Make money online" "google jobs" "Sony Vaio"
 
Last edited:
And here's the iMacros V 6.60.0.107 Script Edition with a working serial I uploaded to Mediafire
Code:
http://www.mediafire.com/?mzy4nzzyekj
 
Is it possible to do if statement. I have lot of imacro script. But when I run the loop some record doesn?t have the job, so the macro got stuck and failed to run. Solution is I need to delete the record from csv and run the loop ageing. Is it possible to add a if state to run the loop if no Job is there also
 
Help solve the problem with placing the post on the forum.

Sorry for bad English - I use a translator

When placing posts on certain forums, iMacros correctly defines all the identifiers of fields.
And all the posts are placed perfectly.
These forums include the following sites:

Example:

1.
TAG POS=1 TYPE=TEXTAREA FORM=NAME:vbform ATTR=ID:vB_Editor_001_textarea CONTENT=((item!LOOP)) - insert text from datasources.txt

TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:vbform ATTR=ID:subject CONTENT=((title!LOOP)) - insert header from datasources.txt
2.
TAG POS=1 TYPE=TEXTAREA FORM=NAME:postform ATTR=NAME:message CONTENT=
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:postform ATTR=NAME:subject CONTENT=

3.
TAG POS=1 TYPE=TEXTAREA FORM=NAME:postmodify ATTR= NAME:message CONTENT=
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:postmodify ATTR=NAME:subject CONTENT=


On other forums is to realize you can not - this is an example of such forums:


Subject field is defined as well as on successful forums

Example:

TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:postmodify ATTR=NAME:subject CONTENT=
But the text entry field "vB_Editor_001_textarea" is not defined explicitly.

If you enter text in the iMacros RECORD MODE, the text is on the frames and fields are not identified as above.

And instead ---->
TAG POS=1 TYPE=TEXTAREA FORM=NAME:vbform ATTR=ID:vB_Editor_001_textarea CONTENT=
shows only the following --->

FRAME F=1
TAG POS=1 TYPE= P ATTR=*
QUESTION 1: I realize in this case, typing in a field editor for the above scheme, which works on the successful forums?

Here is a forum where it is necessary to implement ---->
Code:
http://www.cysforum.com/forumdisplay.php?f=36
QUESTION 2: What and how to determine the identifiers of fields on other similar forums?

Thanks!
 
My awesome MS friend accepter:

VERSION BUILD=6600217 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://messaging.myspace.com/index.cfm?fuseaction=mail.friendRequestsV3
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:aspnetForm ATTR=ID:chktop CONTENT=YES
TAG POS=1 TYPE=SPAN ATTR=ID:butapprovetop

I usually have pages of incoming requests so this comes in handy
 
I have the scripting edition, and I am using a macro to submit emails to a site. I need to have a variable that will delay 15-30 seconds between submit. Currently I use the command WAIT SECONDS=X where 'x' is the number of seconds I put in.

I need it to be a variable, instead of a specific number. How can I do this?
 
I have the scripting edition, and I am using a macro to submit emails to a site. I need to have a variable that will delay 15-30 seconds between submit. Currently I use the command WAIT SECONDS=X where 'x' is the number of seconds I put in.

I need it to be a variable, instead of a specific number. How can I do this?

I dont know how to make it random, but what I can do is create another column and set the random number from 15-30 seconds and do like this

WAIT SECONDS={{!COL#}}

that is the easy way to do it.. the hard way, I dont know how to do it.. like go to the random generator site etc etc
 
Back
Top