Auto Wiki Software

sates52

Newbie
Joined
Sep 25, 2010
Messages
17
Reaction score
3
I have 100-200 edu and gov wiki list. I have 250 web sites. What is the best software to add my articles automatically?
 
give your list and i will give you social bookmariking software (i have 2 free tools)
 
i need to post 12 messages to send pm. give your email pls.
 
I have 100-200 edu and gov wiki list. I have 250 web sites. What is the best software to add my articles automatically?

I've been using a cheap piece of software that is actually pretty good... wikispambot (yes, it was a wso)... :D

It works fairly well, although tends to freeze if your list is over 3K or so...
 
any alternative to wikispambot. I tried its demo version but it gives error. Any other wiki bot?
 
I've been using a cheap piece of software that is actually pretty good... wikispambot (yes, it was a wso)... :D

It works fairly well, although tends to freeze if your list is over 3K or so...
Mind sharing it??
 
There is one called WikiBot..

http://www.blackhatworld.com/blackhat-seo/member-downloads/383141-get-wikibot-post-wikis-enjoy-juice-bot-tips-scraping-wikis.html

:) Enjoy!

But we need some other options too..

and here are few footprints ;)
allinurl:".com/mediawiki/index.php"
allinurl:".net/mediawiki/"
allinurl:".org/mediawiki/"
allinurl:".edu/mediawiki/"
allinurl:"/mediawiki/
inurl:".wiki"
This page was last modified on""wiki"
"This page was last modified on"
"Log in / createaccount"
"isa registered trademark of the Wikimedia Foundation, Inc.,"
"wiki inurl:.edu"
wiki inurl:.edu
inurl:/wiki/index.php/Viagra
"Toolbox""This page was last modified
inurl:"wiki/index.php?title="
"Login required to edit"
"wiki/index.php?title=Special:Userlogin&returnto"
inurl:wiki/index.php?title=Special:Userlogin&returnto
"Main Page""discussion""edit"
"This page has beenaccessed""Privacy policy"
"This page has beenaccessed""Privacy policy""wiki"
"Wiki:About"
"There is currently no text in this page, you can search for this page title in other pages or edit this page"
allinurl:".edu/mediawiki/index.php"
allinurl:".com/mediawiki/index.php"
allinurl:".net/mediawiki/index.php"
allinurl:".org/mediawiki/index.php"
allinurl:".info/mediawiki/index.php"
allinurl:".com/wiki/index.php"
allinurl:".net/wiki/index.php"
allinurl:".org/wiki/index.php"
allinurl:".info/wiki/index.php"
allinurl:".edu/wiki/index.php"
allinurl:"http://wiki."
allinurl:"http://mediawiki."
allinurl:"http://wikka."
 
Last edited:
I have been using sick submitter for well over a year, there is a template you can buy for it in there forum that will post to media wiki and wakka (do follow).

There are currently about 5k media wiki sites you can scrape and post to with success.
 
There is one called WikiBot..

http://www.blackhatworld.com/blackhat-seo/member-downloads/383141-get-wikibot-post-wikis-enjoy-juice-bot-tips-scraping-wikis.html

:) Enjoy!

But we need some other options too..

and here are few footprints ;)

Yep, extremephp just shared his Wiki bot - it's really awesome!
 
Some days ago I read there was a tutorial how to submit your site to wiki sites with imacros, maybe you can try, I forget the link, just google "auto submit to wiki sites with imacros" google will give you tons of results
 
does Wiki bot run without error? Some says it doesnt work?
 
Yep, extremephp just shared his Wiki bot - it's really awesome!

Yup! He is a great guy! and the soft is also great..

Some days ago I read there was a tutorial how to submit your site to wiki sites with imacros, maybe you can try, I forget the link, just google "auto submit to wiki sites with imacros" google will give you tons of results

I did make a search and what I found was this thread itself :P

Anyways, here is something interesting although I cant find the source.

http://vimeo.com/15703269

I guess we can code it! Hope I can get some time.

does Wiki bot run without error? Some says it doesnt work?

It does, It does not!

I does if you use it the right way;
It doesnt if you use it the wrong way;

SIMPLE! :D

It took me quite sometime to get it working but yeah!! :)

All good.
 
Found after some googling :P

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:PASSWORD FORM=NAME:userlogin2 ATTR=ID:wpPassword2 CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:PASSWORD 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!!!

Also this will create pages not profile links like WIKIBOT
 
Back
Top