Imacros SHARED code scripts

Question. Does anyone have any ideea how to make Imacros post a link, or word or smth from a line within the script ?

What i mean is smth like this:

content1=blablablabla
content2=blahahabla
TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=* CONTENT=<content1>
TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=* CONTENT=<content2>
and so forth.
10x.

P.S. i'm not that good with imacros, so be gentle.
 
Question. Does anyone have any ideea how to make Imacros post a link, or word or smth from a line within the script ?

What i mean is smth like this:

content1=blablablabla
content2=blahahabla
TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=* CONTENT=<content1>
TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=* CONTENT=<content2>
and so forth.
10x.

P.S. i'm not that good with imacros, so be gentle.
Sure RTFM .....


Enjoy ..... :cool2:
..... popzzz ~ BlackHatWorld.com

.
 
Dears, I have websites in datasource in column A. I need to skip whole macro script to next loop if page is offline. any idea? thanks
 
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.
 
guys can someone make me a simple macro to draw username and passwords from a text file..im stuck
 
I have been using imacros to auto register at sites and using beatcaptchas but become frustrated on the wide variety of captcha used and its not picking up all of them. Any suggestions?
 
I want to know is it just me or iMacros has changed a little. The SET !Datasource function isn't working anymore on my iMacros for FF. Are there any alternative ways to use a database in a script?
 
I want to know is it just me or iMacros has changed a little. The SET !Datasource function isn't working anymore on my iMacros for FF. Are there any alternative ways to use a database in a script?

SET !DATASOURCE xxxx.csv or xxxx.txt

Its still working, you must be making some mistakes.
 
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
 
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

Documents\iMacros\Datasources\Yourcsvfile.csv
 
hmmmm! The imacro plugin... Where is it located? Is it my browser plugin like firefox and or google chrome
 
hmmmm! The imacro plugin... Where is it located? Is it my browser plugin like firefox and or google chrome
 
The iMacros is simple browser addon. You can use it with both browsers: firefox and chrome. Just check the addons. Once you installed the addon (plugin) the imacros button will appear in the browser tool bar.
 
Yeah i knew it was possible to do it that way i was just hoping there was a way to do it within a single macro.
 
Back
Top