nabeelshams
Power Member
- Jan 23, 2012
- 595
- 143
Here is a imacro I found in this thread which comments on blogs.
VERSION BUILD=6600217 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !EXTRAC
EST_POPUP NO
CMDLINE !DATASOURCE allrecipes.CSV
SET !DATASOURCE_COLUMNS 5
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:author CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:email CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:url CONTENT={{!COL4}}
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:* ATTR=ID:comment CONTENT={{!COL5}}
'>>>>>>>>>>> Section Divider <<<<<<<<<<<
'PAUSE -- ENTER CAPTCHA AND THEN
'PRESS ANY KEY TO CONTINUE
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:commentform ATTR=ID:submit
What I dont like about it is that if a site fails to open, it just stops there and doesnt move ahead. Moreover in some websites you have to click on a checkbox saying "I am not a spammer", it lacks that bit too. If any one can fix these two and specially the first problem.:17:
VERSION BUILD=6600217 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !EXTRAC
CMDLINE !DATASOURCE allrecipes.CSV
SET !DATASOURCE_COLUMNS 5
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:author CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:email CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:url CONTENT={{!COL4}}
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:* ATTR=ID:comment CONTENT={{!COL5}}
'>>>>>>>>>>> Section Divider <<<<<<<<<<<
'PAUSE -- ENTER CAPTCHA AND THEN
'PRESS ANY KEY TO CONTINUE
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:commentform ATTR=ID:submit
What I dont like about it is that if a site fails to open, it just stops there and doesnt move ahead. Moreover in some websites you have to click on a checkbox saying "I am not a spammer", it lacks that bit too. If any one can fix these two and specially the first problem.:17: