Hi Guys,
I have been doing wiki submissions manually from long time which really consumed a lot of time. As some wikis dont require captchas for registration so I thought I can make a script for doing submissions with Imacros. So I did it.
I tested this with firefox and Chrome and it works better with chrome.
Here is the script
Code:
VERSION BUILD=7401004 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
SET !DATASOURCE input.csv
SET !DATASOURCE_COLUMNS 7
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=A ATTR=TXT:Log<SP>in<SP>/<SP>create<SP>account
TAG POS=1 TYPE=A ATTR=TXT:Create<SP>an<SP>account
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:userlogin2 ATTR=ID:wpName2 CONTENT={{!COL2}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT

ASSWORD FORM=NAME:userlogin2 ATTR=ID:wpPassword2 CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT

ASSWORD FORM=NAME:userlogin2 ATTR=ID:wpRetype CONTENT={{!COL4}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:userlogin2 ATTR=ID:wpEmail CONTENT={{!COL5}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:userlogin2 ATTR=ID:wpRealName CONTENT={{!COL6}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:userlogin2 ATTR=ID:wpCreateaccount
TAG POS=1 TYPE=A ATTR=TXT:username
TAG POS=1 TYPE=A ATTR=TXT:edit<SP>this<SP>page
TAG POS=1 TYPE=TEXTAREA FORM=NAME:editform ATTR=ID:wpTextbox1 CONTENT={{!COL7}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:editform ATTR=ID:wpSave
Even noobs can easily do this .. Follow these steps.
Get imacros for chrome or Firefox (I prefer GChrome)
Now create an .csv file with 7 columns. 1st colum has WIKI urls and 2 Column has userName, 3rd Column has the password, 4th column - Retype password, 5th column- Email, 6th column - Your Name, 7th Column - The article with hyperlinks.
place this .csv file in this location C:\Users\pcname\Documents\iMacros\Datasources
Now create a new imacro by copy pasting the above code.
Play loop by setting the max to the number of URLs you have in the list.
I hope you can generate content in rows of .csv file. Please dont waste much time it would hardly take me 3 minutes to prepare a .csv file with all these fields. Let me know if you need any help in creating this .csv file. Else you can post it here there are lot of experts who can help you.
Here is my input.csv file with wiki sites list
Code:
http://www.mediafire.com/?ick7kp2737ml1cz
Virustotal report
Code:
http://www.virustotal.com/file-scan/report.html?id=3837182ba31ff662768615a444ac577fdacf7af624d63229d9f6384eeef87e73-1322126499
Note: This only works with sites without captcha. If anybody made a script with captcha then please post it. It will make our still easy.
Also please share wikis list if you have any and this is my first thread in download. So please excuse me if anything goes wrong and please thank if you like my idea.
Good LUCK!!!