WikiSmasher

Status
Not open for further replies.
WikiSmasher Review

WIKI LINKS! WIKI LINKS! WIKI LINKS!

Speed: 5/5 - WikiSmasher can really rip through alot of Mediawiki and Wikkiwiki platforms really really fast. With options from 1 thread to 100 threads you can blast out quality links on any system. I bought this because I knew it would be an efficient link builder.

Communication: 5/5 - Mattseh is unreal. Dude gets things done and definitely motivates me to get things done. The fact that he is active in the Skype group chat and asking for our feedback as well as helping anyone with any issues they have. :drinkup: I've had it for a week and it's already gone through 2 versions, it just keep getting better and better. He doesn't stop and is almost always available.

Price: 5/5 - As many links as you can scrape, multithreaded link building, Proxy support, API support, Mastermind group, Almost untouched link source for $147 (Or $127 or $97)? Yeah... 5/5. Completely worth it.

Overall Review: 5/5 - I didn't want to write a review because I didn't want to share but Mattseh deserves it so this gets a 5/5 from me. It's limited to 60 copies so you need to buy it up right now before you miss out.
 


basic questions

Just unzipped. Few questions:

1. are proxies without unap supported? just ip:port ?

2. is nested spinning supported? {{yes|no|maybe}|Hi|Howdy}

3. do most wikis require a profile be created prior to posting an article?

4. can the urls in the Article be spun? eg
{Great|Helpful} info on {[[http://www.example1.com anchor1]]|[[http://www.example2.com anchor2]]}

and will this also work?

[[http://www.example1.com/{page1.html|page2.html|page3.html} {anchor1|anchor2}]]

thanks
 
Just unzipped. Few questions:

1. are proxies without unap supported? just ip:port ?

2. is nested spinning supported? {{yes|no|maybe}|Hi|Howdy}

3. do most wikis require a profile be created prior to posting an article?

4. can the urls in the Article be spun? eg
{Great|Helpful} info on {[[Example 1 anchor1]]|[[example2.com anchor2]]}

and will this also work?

[[http://www.example1.com/{page1.html|page2.html|page3.html} {anchor1|anchor2}]]

thanks

(All code blocks in this show the same output as WikiSmasher will give)

1. Yessir

2.

Code:
>>> text.spin('{{yes|no|maybe}|Hi|Howdy}')
'Hi'
>>> text.spin('{{yes|no|maybe}|Hi|Howdy}')
'yes'
>>> text.spin('{{yes|no|maybe}|Hi|Howdy}')
'Howdy'
So yes.

3. No, the choice is an article OR a profile. The only difference is that an article is not a user page. Since you can set your own usernames if you wish, this makes little difference.

4.

Code:
>>> text.spin('{Great|Helpful} info on {[[http://www.example1.com anchor1]]|[[http://www.example2.com anchor2]]}')
'Great info on [[http://www.example2.com anchor2]]'
>>> text.spin('{Great|Helpful} info on {[[http://www.example1.com anchor1]]|[[http://www.example2.com anchor2]]}')
'Helpful info on [[http://www.example2.com anchor2]]'
>>> text.spin('{Great|Helpful} info on {[[http://www.example1.com anchor1]]|[[http://www.example2.com anchor2]]}')
'Great info on [[http://www.example1.com anchor1]]'
So yes.

5.

Code:
>>> text.spin('[[http://www.example1.com/{page1.html|page2.html|page3.html} {anchor1|anchor2}]]')
'[[http://www.example1.com/page1.html anchor2]]'
>>> text.spin('[[http://www.example1.com/{page1.html|page2.html|page3.html} {anchor1|anchor2}]]')
'[[http://www.example1.com/page2.html anchor2]]'
>>> text.spin('[[http://www.example1.com/{page1.html|page2.html|page3.html} {anchor1|anchor2}]]')
'[[http://www.example1.com/page3.html anchor2]]'

Yep will work.

Thanks for your questions!
 
Proxies

Matt thanks for the prior info and fast response!

Are proxies chosen sequentially, randomly with each run, or randomly every time the program starts up?

thanks
 
Matt thanks for the prior info and fast response!

Are proxies chosen sequentially, randomly with each run, or randomly every time the program starts up?

thanks

Randomly with each run. It won't retry each target more than twice though, so reliable proxies are quite important.

Thanks
 
Status
Not open for further replies.