[HELP] I Need to Learn IMacros

Whatever, but what is the reason you can`t sign in to YT when you are using on-line proxies from zend2 and bind2
 
I would like to take the opportunity to thank wkrappen91 for his expertise in building me an imacros bot that I have used to successfully spam a membership site.

Thanks wkrappen! If you should need his services check out my signature and send him a PM!
 
Hi,

I was just wondering if anyone can help me to complete a sequence that could do multiple translations using Google Translate.

The idea is as follows:
1. Read TEXT from a TXT file.
2. Translate TEXT from EN>RU (TEXT1)
3. Translate TEXT1 from RU>GE (TEXT2)
4. Translate TEXT2 from GE>EN (TEXT3)
5. Save TEXT3 in the same or different TXT file.

Basically, CSV file containing 4 columns, the last one
being the text (article) that needs to be rewritten using Google translate (EN-RU-EN) and than saved back preferably to the same CSV or another CSV file. Although I am novice I tried very hard to write code to complete this task, but with no success.

I have tried simple exercise with the following code but it is not what I am after:

Code:
VERSION BUILD=7021019 RECORDER=FX
TAB T=1
SET !DATASOURCE input . csv
SET !DATASOURCE_COLUMNS 3
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=about:blank
URL GOTO=web URL
TAG POS=1 TYPE=TEXTAREA FORM=NAME:text_form ATTR=ID:source CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:gt-form ATTR=ID:gt-submit
TAG POS=1 TYPE=TEXTAREA FORM=NAME:text_form ATTR=ID:source CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:gt-form ATTR=ID:gt-submit
TAG POS=1 TYPE=TEXTAREA FORM=NAME:text_form ATTR=ID:source CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:gt-form ATTR=ID:gt-submit
TAG POS=1 TYPE=TEXTAREA FORM=NAME:text_form ATTR=ID:source CONTENT=
I would appreciate if somone could give me a hand. Many thanks!!!
 
send me a pm with the CSV and youll have your macro in 5 minutes
 
Sorry, I can't send PMs or attach links.
If possible drop me an email to velimirl at hot mail and will replay.

Many thanks!!!
 
If i have spin the text file how would I set content?

CONTENT=PUT<SP>TEXT<SP>{HERE|THERE}
 
Back
Top