Would You Buy UBot Studio Again?

Hey Guys — as I was packing off my bags for CeBIT Germany, I got this email with a link to a pretty interesting thread someone started on a Forum titled “Would You Buy UBot Again?”

Obviously this thread aroused my curiosity and on clicking it I was very pleased to find what jesdon2 had posted there.

I bought the program a few days ago and absolutely love it! I have outsourced the creation of several programs in the past and had a whole list of others that I wanted done.

I also outsource a lot of seo work and have already managed to cut down on my costs by creating a bot that did a few of general seo tasks for me on the fly. Now, I am working on a backlink indexing program to speed up the indexing process for incoming backlinks.

I do not know anything about programming, but have managed to create several new bots just in the last few days of owning this. For instance, one bot I am working on takes a list of backlinks, goes to the page and grabs the meta data, then loads the url in page2rss and converts the page to rss, grabs the new rss feed and blasts it to several rss directories, then pings the original url and then uses that meta data to make a post to a ping.fm account which sends it to several social bookmarking sites etc.

I hope to also add a function that would allow the bot to scrape a random article from ezinearticles and post it to a wordpress/blogger blog with the backlink in the article, thus in turn pinging the newly posted article and getting the backlink both “juice” and faster indexing.

Needless to say, I would buy it again. Its my new favorite toy and well worth the price tag. The reality is that they could probably get the $200 monthly instead of one time, thank god they don’t though.

Thanks for the nice words mate. =)

As for the bot for posting articles from ezinearticles to wordpress, there is already one which Aaron made and released. Check it out on the forums — download the source code and modify it as per your requirements. Only with UBot Studio!

3.124 – In Sub Window

The latest ubot update brings with it a wonderful new command: “in sub window”. You can find it under the flow menu. It is a container command, and what makes it special, is that any commands you put inside it will run inside a different window with a different webbrowser than your main ubot webbrowser. As I pointed out in my last blog post, this opens us up to the opportunity to create our own captcha service scripts. It also enables us to do many other things – pretty much anything you need to do but that you don’t want to leave the current page for.

This update also contains some upgrades to the autosave system.

The Captcha Problem and My Solution

Let me start out by noting that tonight’s update does not contain the solution I’m talking about in this post, but I am working on the solution right now and it will be available very soon. Tonight’s update contains a fix for the search page command

There has been a lot of frustration lately about the utter failure that has become of decaptcher and the high prices of ITT. I’ve been thinking on how to provide a sensible solution in a way that would quick and painless and not clutter up the interface of ubot with a bunch of redundant commands. Looking through the various captcha services, I noticed something interesting. Many of them, if not most of them, have a form based system, in which you navigate to a web page, upload the image file and an api key or something of the sort, hit submit, and it sends you back a solution. This forces me to think of how easy it would be to actually make a captcha reader in ubot. all one would have to do is utilize the “save element image” command and simply make a script to fill out the form.

The only problem is that in order to do this, you would have to actually leave the page that the captcha is on, which would lose the captcha, and thus lose the purpose of decoding it. It’s kind of a shame, because it would be pretty easy to use a number of new services if there were only a way to navigate to a different page without losing your place on the page you’re decoding. This leads to my proposal.

What I’d like to do is have a command that can contain other commands (the way that a loop, for instance, does). When the script gets to this container command, it will load a new webbrowser in a new window. Any command that is put into the container will be executed in the new webbrowser. This means you can run an entire mini script completely separately without disturbing your main script. Besides any number of other uses that I’m certain people will come up with, one fantastic use for this will be, of course, uploading a captcha image to a captcha reading service.

What I’m essentially doing is enabling ubotters to make their own captcha solving commands using any service they’d like (as long as they have a web based system, which many do). I think this will be the least cluttered, least limiting solution to our captcha solving woes, and at the same time, it will enable our script to do more things that I probably haven’t even thought of. I’ll be working on this and I should have an implementation within a couple days. Let me know your thoughts.

3.122 – some basic usability and bug fixes

the first iteration of autosave was a little quirky, and well, lets face it, downright annoying. I’ve played with it a little to make it a little less save happy and to not interfere when you’re using the autoplay and autoclose functions. it will also not come up if you open ubot by double clicking a .ubot file.

I also wrapped the keyboard commands in a generic error handler to get rid of those nasty errors people were getting when pasting sometimes.

Finally, I fixed a bug that was keeping itt from working correctly.

Ver 3.112 – AutoSave in Da House!

Ladies and Gentlemen, this version introduces Auto-Save Feature for UBot Studio. No more loss of work because you forgot to save it. That is all. Enjoy!

Keep posting your suggestions and ideas — we will keep adding them.