Imacros SHARED code scripts

Imacro YahooMail !

Code:
VERSION BUILD=6861208  
SET !LOOP 1
SET !DATASOURCE userprofile.csv
SET !DATASOURCE_COLUMNS 11
SET !ENCRYPTION NO    
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=https://edit.yahoo.com/registration?.intl=us&.pd=ym_ver%253D0%2526c%253D%2526ivt%253D%2526sg%253D&new=1&.done=http%3A//mail.yahoo.com&.src=ym&.v=0&.u=afs4p1t5k974c&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last=    
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:firstname CONTENT={{!col8}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:secondname CONTENT={{!col9}} 
TAG POS=1 TYPE=SELECT FORM=NAME:regFormBody ATTR=ID:gender CONTENT=1 
TAG POS=1 TYPE=SELECT FORM=NAME:regFormBody ATTR=ID:mm CONTENT={{!col5}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:dd CONTENT={{!col6}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:yyyy CONTENT={{!col7}} 
TAG POS=1 TYPE=SELECT FORM=NAME:regFormBody ATTR=ID:country CONTENT=233 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:postalcode CONTENT={{!col10}} 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:yahooid CONTENT={{!col1}}{{!col3}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:regFormBody ATTR=ID:password CONTENT={{!col2}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:regFormBody ATTR=ID:passwordconfirm CONTENT={{!col2}} 
TAG POS=1 TYPE=SELECT FORM=NAME:regFormBody ATTR=ID:secquestion CONTENT=8 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:secquestionanswer CONTENT=suzie 
TAG POS=1 TYPE=SELECT FORM=NAME:regFormBody ATTR=ID:secquestion2 CONTENT=7 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:secquestionanswer2 CONTENT=4545
TAG POS=1 TYPE=DIV ATTR=ID:captchaCanvas
PROMPT Please<SP>enter<SP>the<SP>recaptcha !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:cword CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:regFormBody ATTR=ID:IAgreeBtn 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:regFormBody ATTR=ID:password CONTENT={{!col2}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:regFormBody ATTR=ID:passwordconfirm CONTENT={{!col2}}
TAG POS=1 TYPE=DIV ATTR=ID:captchaCanvas  
PROMPT Please<SP>enter<SP>the<SP>recaptcha !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:cword CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:regFormBody ATTR=ID:IAgreeBtn 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:regFormBody ATTR=ID:password CONTENT={{!col2}} 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:regFormBody ATTR=ID:passwordconfirm CONTENT={{!col2}} 
TAG POS=1 TYPE=DIV ATTR=ID:captchaCanvas 
PROMPT Please<SP>enter<SP>the<SP>recaptcha !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:cword CONTENT={{!VAR1}} 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:regFormBody ATTR=ID:IAgreeBtn  
CLEAR
 
thanks for codes.ı looking for wordpress mu auto creator.Anybody have like it.Or anyboyd give me idea for code in imacros?

*my english bad at sorry about that.
 
Last edited:
Does anyone know how to incorporate the Decaptcha service with iMacro?
 
Do you know how to select a different domain name from the list in cpanel? It only seems to want to select the main domain name on the account to create the email.

cPanel - Mass E-Mail Create
Code:
VERSION BUILD=6240709 RECORDER=FX
CMDLINE !DATASOURCE cpanel.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
TAB T=1
URL GOTO=http://YourSite.net:2082/frontend/x3/mail/pops.html
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:mainform ATTR=ID:email_input CONTENT={{!COL1}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:mainform ATTR=ID:password CONTENT=yourpasswordhere
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:mainform ATTR=ID:validgen2 CONTENT=yourpasswordhere
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:mainform ATTR=VALUE:Create
 
Attached is an Imacros Google search scraper and corresponding database. Pretty simple. Open the database and replace the terms in column one with your own then save. If you set it to loop 5 times then it grabs 500 URLs as it grabs 100 per run. I think it will potentially grab 10,000 the way it is set up. Just loop it 100 times.

It saves the file as test.csv on drive C:

You may want to tweak it with your own preferences.

It is currently configured to scrape Scuttle sites.

Any ideas for it let me know.

Also have a question. Does anyone know how to turn an Imacros program into a standalone program without have to buy the Pro package?
 

Attachments

Last edited:
I am so happy how this thread turned out. A lot of great suggestions. If I can help anyone please ask.

cheers and thank to everyone for contributing ...


lets keep it going.

.
 
Last edited:
Is there a way to use imacros to grab a image location of an image instead of the image itself?
Example: go to myspace, browse users, and grab the location(link) of each profile image on the page?
 
Yes just go to the extractor tool found in the Imacros browser. Do the actual function then look in the tool and you'll see the code.

Real handy when you get stuck

Also on my URL scraper a couple posts up, you may have to set your google preferences to 100 results and also good to turn off all porn results.
 
The extractor tool kept telling me to select element first and would never find the tag for the link location. So what I had to do was save the image and then modify the imacro script manually by changing the save item command to the extract command.

For some reason the extractor tool is buggy for me sometimes it works and sometimes it doesn't.

Thanks for pointing me in the right direction
 
Hey guys i have imacros scripting edition, not crack a crack version..i want to create a yahoo account creator, digg account creator, and submitter all in one..well since your yahoo account is your digg account i think i could easily make this macro, but i have some other pretty complicated i want to do.

This is how i want it to go. first make a yahoo account add every yahoo account to whatever.txt file, i want it to draw the information from other text files like username password postal code and secret answer stuff like that. Then i want it to go to digg and choose the first box for suggested usernames. Ok now the account is made..i want the same url to be submittied but with different Titles, and us the title as tags somehow. Basically i want to have a txt file with all of the titles i want to bookmark, then have the macro go through each one and bookmark them..but heres the trick i need the macro to switch accounts automatically after maybe 2-3 bookmarks and on the new account boomark the next titles and so on..i also need proxy support for this im guessing..

so basically this is the macro i need, im not even sure if imacros can do all of this stuff..if it can please someone guide me in the right direction on how to create it, i just want to automate my bookmarking..
 
Last edited:
I think this will be a newbie question but I want to ask one thing. When we use command of set datasource and then write file name of .csv file. But my question is where I have to create .csv file so imacro will pick up just by entering [FILENAME].cvs
 
Wow this is one amazing thread, I just love the way so many have contributed. This will really help in my learning and understanding of iMacros, thank you very much.
 
guys can someone make me a simple macro to draw username and passwords from a text file..im stuck
 
I think this will be a newbie question but I want to ask one thing. When we use command of set datasource and then write file name of .csv file. But my question is where I have to create .csv file so imacro will pick up just by entering [FILENAME].cvs

It has to be in the datasources folder for imacros to find the cvs file unless u specify where it is exactly.
Datasource folder can be found in "My Documents" mine for example is :
K:\Documents and Settings\[My_Username]\My Documents\iMacros\Datasources

its best if you put a shortcut of this folder on your desktop.

guys can someone make me a simple macro to draw username and passwords from a text file..im stuck

The text file needs to be a cvs file with two columns. One for usernames and the other for passwords
Put each username and password in separate rows. Example:
Username Passwords
Testusr1 testpass1
Testusr2 testpass2
When creating the macro for this be sure to skip the first line to avoid the header in the file if you would be using the example above.
 
Last edited:
Thats one that I could use, what is the procedure to run this?

I have imacros for firefox and imacros scripting edition.

But unfortunaely I have no CLUE how to implement. :)

You use the vbs script to run the imacro and all the first names, last names, DOB stuff (over 6k names) is in the vbscript as well. as long as you have the scripting edition Just double click the vbs script and it will do the rest

If you are not using a captcha service remove the beatcaptchas.com lines from both of the imacros script.
And add a prompt command to the imacro. Example:
Code:
PROMPT Please<SP>enter<SP>captcha: !VAR1
 
Last edited:
If you have a popup that needs clicked just record yourself clicking it and put that line into your macros and it will of course auto click it.
 
Back
Top