[GET] Trainable Link building tool I made

thx for the software,,i download it now ,,btw it's need .netframework 3.5++ or not?
 
Good question; Yes, it does need the .NET framework 3.5

Regards
Mark
 
VT results too

Code:
http://www.virustotal.com/file-scan/report.html?id=d01cd3bb38f6634f94ed85d6cb2aaa9d67f33acc2403479215017e2a3207d860-1290415140
Code:
http://www.virustotal.com/file-scan/report.html?id=5b0801ae80b3be87f0c17fb07e4595fa358b647b7ab5c0212a3c553950ddb0e7-1290416503

The setupBeta.msi has two false positives whereas the setupBeta.exe has none; If in doubt run in a VM or run the setupBeta.exe

There's nothing wrong with them except I am referencing the decaptcher.dll provided by decaptcher.com which seems to trip some alarms hence the false positives..

Cheers
 
Does this have a GUI? It all seems like it's text based. Will you be developing this into a paid software?
 
Does this have a GUI? It all seems like it's text based. Will you be developing this into a paid software?

Hi, there is a GUI to actually run the app but as far as building up instructions set goes you simply add the details into a text file. I have a video showing how I do it, an example of some instructions are here (These post to a wordpress blog)

Code:
[navi]|{*****|true
[link]|a comment|false
[text]|author|{username}|true
[text]|email|{email}|true
[text]|url|{homepage*****|true
[text]|comment|{content}|true
[capt]|captcha_code|securimage_show_medium.php?si_form_id|false
[butn]|submit|true
[mesg]|comment is awaiting moderation|true
 
MDSOperandi,
trying to make instructions with hubpages, squidoo, blogger instructions dont fully work,
do u have instructions for these already...
 
I have not had a chance to look at squidoo etc but you should be able to post to Blogger Blogs as I did make some instructions for them (Check the forum).

Regards
Mark
 
ok i will check now i see u adde more tokens can you please look at hubpages and squidoo by chance...
 
This looks like a promising tool to play around with. However i miss the feature to manage proxies. Right now you have an option to select usage of proxies but only preset.
 
You could implement it a little more and make more use of what WatiN has to offer.

Example:
For Disqus powered blog comments, you will need to access an IFrame in order to set the values for the Comment Text.

You would first need to get the frame element using ie.Frame(/* Find.By assertion */)), and then search in IFrame.Document for the Button, Textbox, etc.

- OR -

As an alternative and better solution imo, implement a Plugin system based on the Page class provided by WatiN and implement it on the "Plugin" (by plugin I mean a class that could be dynamically referenced that would Inherit from another base class for compatibility).

I can help you achieve that if you'd like to. Just send me a PM so we can partner on this app.
 
Hi guys, thanks for the feedback; Yes, there is a ton of extra stuff I could do and I may do some (If I can be bothered after coding all day in my day job as a C# programmer :D )

I originally wrote this to simply post on guestbooks / blogs and it does that well; I'm not really in the position to make this a commercial venture as I don;t have time for the support aspect of it. Having sold desktop software before it's a pain in the @$$ supporting all the different install issues people have.

I never wrote this software to replace xrumer, it's a neat way to quickly write custom blog / guestbook bots that have not been raped by xrumer / scrapebox..

Anyway I digress

Cheers
Mark
 
I am having a problem with blogger blogs. I got the instruction set from your forum but every attempt at a small test run fails. It will open the page, but fill in nothing then just move on to the next url. Is the it the fact that the comment form is also in an iframe?

This is the information about the comment form I found. I did remove the blog-id and post id because it is one of my own blogs.



Anyone else having this same issue or am i just retarded :confused:
 
glew i dont understand is this how u are making your instructions on an excel spread sheet how do u do that...
 
Cool! I am checking it out now then, I just always hated command lines and hard to learn programs :p


Hi, there is a GUI to actually run the app but as far as building up instructions set goes you simply add the details into a text file. I have a video showing how I do it, an example of some instructions are here (These post to a wordpress blog)

Code:
[navi]|{*****|true
[link]|a comment|false
[text]|author|{username}|true
[text]|email|{email}|true
[text]|url|{homepage*****|true
[text]|comment|{content}|true
[capt]|captcha_code|securimage_show_medium.php?si_form_id|false
[butn]|submit|true
[mesg]|comment is awaiting moderation|true
 
No. I used the web developer toolbar plugin for firefox and got all the information from all the forms on the page i was trying to post to. To make it easier for MDSOperandi's and everyone else to read i put all the data into an excel spreadsheet.

If you watch the videos, he uses the form "id" but, if you compare his blogger instruction set ids with the ones on the page he is missing some. The problem has to stem from the comment form iframe.

This is what I see when looking at the comment form with the web dev toolbar -



As you can see if you want to comment anonymously there is more required than what is in the instruction set from his forum.

This is my own blogspot blog that i setup to test on so i made the settings fit the test, ie; turned off moderation, captcha and anyone can leave a comment.

The program works on other platforms just having an issue with blogger.
 
If there is an IFrame with comments inside the IFrame software cannot post to textboxes inside the frame unfortunately as it's a "seperate page" so to speak.

Regards
Mark
 
If there is an IFrame with comments inside the IFrame software cannot post to textboxes inside the frame unfortunately as it's a "seperate page" so to speak.

Regards
Mark

That's what i figured ;)

the blogger comment url is
Code:
http://www.blogger.com/comment-iframe.g?blogID=xxxxxxxxx&postID=xxxxxxx

Still an awesome tool, thanks for your contribution :D
 
GLEW what is the exact name of the FF addon u are using...
 
I use FireBug plugin for both FireFox AND Chrome

Cheers
 
Back
Top