What Is Automation?

Automation is just starting to catch on – and as our users know, if you get in on it now, you can beat the heck out of your competition in ways that they haven’t even thought of yet. It may seem like everybody’s discussing it nowadays, but the truth is that like most intelligent (but not necessarily simple) ways to improve your business, only a few people are actually using automation. So read this article top to bottom, grab some automation software, and join the revolution.

How to Use Social Networks - Click for BIG Picture


Consider this weird statistic – Social Marketing is huge. Facebook is going public as I write this, and is about to be valued as one of the most profitable companies in the world, and yet a recent study showed that only 16% of companies are using Social Media/Networking effectively.

What’s the reason? I think it’s this -

“It’s not my job.”

The effective marketing companies are those who assign a particular person the role of social media guru, and those are the ones who succeed at it. It’s not something that the average ad-man, or small business owner, can do in his spare time, unless he’s got a lot of it–in which case, he might want to rethink how he spends it.

Automation is a lot like Social Media Marketing. Not very many people are doing it, despite the widespread understanding that its a key method to make you more money. It’s going to be the next big thing. Why? Because automation is actually BIGGER than Social Media – it can POWER Social Media – and most of your other online marketing tasks as well.

There’s a popular book called “The Four-Hour Work Week” by self-styled “lifestyle designer” and member of the “new rich,” Timothy Ferris, that has a really fascinating viewpoint, and one that internet marketers, net devotees, and everyone who uses the internet in their business especially ought to consider.

There are four steps to “Liberating” yourself from the average worklife, Ferris writes. The first is Definition, where you figure out what your dream, your job, and your business should be doing, and what it will cost/take to get you there – a certain monthly income, a certain number of sales, etc. The second is Elimination, wherein you remove tasks that don’t add value, remove clients that cost more than they are worth, and solve problems that keep happening to suck your time.

The third step is Automation. But before you can start it – you really need to understand what it is.

Two-hundred years ago, a carpenter built a chair, piece by piece, and it was a masterpiece (if he was any good). Then the assembly line process was invented, and that carpenter was broken into twelve people, each assembling a different part of the chair – and it was still a chair, if not a masterpiece.

Then, machinery was invented that did the job of six of those workers, then nine, and finally, eleven – and if it was still a chair that came off the line, then the company probably made a lot of money.

A lot of people would complain at this point, and say that though they’re getting a cheaper chair, it’s not as well-made. Oftentimes that’s true. But here’s the important point: An assembly-line doesn’t produce shoddy products – a bad assembly line produces shoddy products. It’s not an inherent flaw in the system. Nine times out of ten, the chair that comes out is poorly made because the standards and the quality of the material used are lowered during the assembly line process, first when the 12 workers replace the single craftsman, and then again when the machines replace the workers.

So what is automation? It’s finding a way to get a task done quicker and BETTER than you could do it yourself. And in the 21st century, it’s an assembly line inside your computer and on the internet, building stronger products, connections, and data quicker than you can. That’s automation.

With browser automation, web automation, and marketing automation, this automation process is being rediscovered and refined to create not shoddy crafts, but online masterpieces.

How does it work?

In the past ten years, automation software has grown in popularity even as the platform it’s used on has begun to die out. Having a PC is now synonymous with having the internet, and using a computer basically means “being online.” So while Windows automation tools are now well-known – Windows, as a platform, is no longer king. The browser and online content now take the place of  Windows, where it’s not already completely synonymous, and as a result, you need online automation where before you needed Windows automation (which is still a useful undertaking).

So what will automation do for you?

The fear everyone has about automation is the same fear that a carpenter has about the assembly line. But with the right software, online automation is in YOUR control. You can choose exactly how much of what you do is automated, and you control how it’s automated. Other software has a tendency to create the assembly line for you – choosing where to post your content, how to handle your backlinks, and generally, what to automate. The beauty of UBot Studio is that it lets you control the speed of the automation process (the assembly line) and the quality the content you create (the end-product that the line builds).

I never got to that fourth step in the Four Hour Work Week. It’s “liberation”, ie, what you do after your job is automated and you have all the free time you need to grow other projects. Isn’t that what we all want? Start your journey towards it today. Check out our tutorials for how to use UBot Studio at http://ubotstudio.com/tutorials.aspx.

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Automation Mindset | Leave a comment

Introducing the Botsource

Today’s update adds a feature that we expect to eventually change the way you use UBot Studio – for the better – and we’re calling it “The Botsource”.

It’s simple. There is now a panel to the left of the toolbox, and inside are a list of popular sites. If you expand any of these items, you’ll see a list of actions that we’ve already written scripts to do. You will easily be able to use these inside your own scripts and bots. And the list of sites and actions is growing fast.

Watch this quick tutorial to see how it works:

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Uncategorized | 1 Comment

New POP email commands scrape and verify superfast!

A few days ago we dropped something new into all editions of UBot Studio 4: super-simple POP email commands. What this means for you is quick and easy direct access to email accounts without a web interface!

As you probably know, email clients download emails directly from email servers without visiting the web, and now UBot Studio does as well.
Additionally, we’ve made it incredibly easy to drive through account verification emails by the truckload, with seamless, simple commands.

To see how you can now use the email wizard inside UBot to read, scrape, and verify emails with lightning speed, check out this short video I recorded for you:

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Uncategorized | Leave a comment

Multithreading and Sockets to Dominate Any Site

In this video, we’ll talk about how to use UBot 4′s powerful multithreading and socket controls to maximize your botting potential.

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Uncategorized | 2 Comments

<what’s this selector crap>

One notable change from UBot 3.5 to UBot 4.0 was the departure from the choose commands, with which you would use a distinct command to choose which element you wanted to work with, in favor of the new selectors, which allow you to get specific about which element or elements you want to play with directly from the action command itself. You’ve probably seen these, usually looking something like

<username field>

or

<name=user>

UBot Studio usually does all this stuff for you, so you never have to give it a second thought. But what many people don’t realize is that there is an entire mini language behind these selectors, and you can actually do some pretty amazing things with it.

The Basics

UBot Studio 4 comes prepackaged with a number of built in artificial intelligence selectors. Selectors like

<username field>

look through the html on the current page find elements that look like they’re probably for usernames. The current AI selectors are:

  • <username field>
  • <password field>
  • <email field>
  • <first name field>
  • <last name field>
  • <full name field>
  • <company field>
  • <address line1 field>
  • <address line2 field>
  • <city field>
  • <state field>
  • <state dropdown>
  • <country field>
  • <country dropdown>
  • <zip code field>
  • <phone field>
  • <fax field>
  • <sex male checkbox>
  • <sex female checkbox>
  • <sex dropdown>
  • <birthday field>
  • <birth month dropdown>
  • <birth day dropdown>
  • <birth year dropdown>
  • <birth year field>
  • <login button>
  • <create account button>
  • <terms of service checkbox>
  • <url field>
  • <headline field>
  • <about me textarea>

Please note that these selectors are a computer’s best guess of an abstract concept, and will not work 100% of the time. Still, what these AI selectors allow you to do is create scripts without having to know the exact html for an element. It also means that you can write scripts that will work across multiple sites, even when the sites don’t have the same html.

The Less Basic

AI is an imperfect art, which means that sometimes you’ll have to interact with the html. The UBot Studio Selectors allow you to match elements based on their attributes.

<name="user">

will match any element with the name “user”.

<type="text">

will match all the text boxes on the page.

You can actually get kind of fancy with these too. Let’s say that you want to find all the elements in which the name contains the text “user”. Simply put

<name=c"user">

The ‘c’ in front of the quoted “user” tells it that we want anything containing the text. Likewise,

<name=w"user*">

turns the asterisk into a wildcard. In

<name=r"user[0-9].">

the ‘r’ allows you to use simple regular expressions in your text.

Besides the advanced matching of attributes you have access to, there are also special attributes that don’t exist in html, but do exist in the UBot selector language. These are the following:

  • tagname – The name of the tag in question. For example: div, img, a, table, etc.
  • before – The text that comes directly before an element. This is useful, for example, in identifying a textbox by its label.
  • after – The text that comes after an element. This is useful for identifying radio boxes by their labels.
  • fieldset – If a field is inside a fieldset, this will match the label in that fieldset.
  • image – Used in conjunction with image recognition.

The Advanced Stuff

You can get pretty fancy with selectors by using boolean logic. For example, you can match more than one attribute with something like

<tagname="div" AND class="content">

If you wanted to match all the textboxes and password fields on the page, you might use something like

<tagname="input" AND (type="text OR type="password")>

Now, it might be the case that you want either the id or the name to contain either “user” or “login”. These can tend to get long very fast. Even at two attributes and two possible texts, the selector is already

<id=c"user" OR name=c"user" OR id=c"login" OR name=c"login">

Fortunately, there is a shorthand that covers these situations. The previous example is the same as using

<id,name=c"user","c"login">

This matches each attribute with each piece of text, and can save a lot of time.

As a final note, when you use spaces in selectors in anything other than an exact match, the space can represent any connecting character. So for example, c”login name” will also match “login.name”, “login-name” and “login_name”.

Putting it Together


So what do we get when we put it all together? Well, we come full circle, and we get the AI selectors! It turns out that the AI selectors are merely short hand for complicated selector language. For instance,

<username field>

is actually

<type=w"text" AND tagname=input AND (id,name,before=w"user",c"user name",c"user id",c"login name",c"login id")>

<password field> is shorthand for <type=w"password" AND tagname=input AND (id,name,before=w"pass",c"pass word",c"pass phrase")>

And if you’re ready to be truly afraid

<address line1 field>

is really

<type=w"text" AND tagname=input AND ((id,name,before=w"address") OR (id,name,before=c"address" AND NOT id,name,before=c"line 2"))>

Selectors are one of those things that, for right now, let us do some pretty cool things, but I know that in the future, there are going to be some UBotter heroes that are  going to test, experiment, and invent their way to fully unlocking the power of the UBot selectors.When that happens, the world of traditional internet marketing will be but a echo in the UBot marketer’s ear. Oh wait, that’s already true.

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Uncategorized | 1 Comment

More Cool Stuff – Keyword Tool (built in UBot Studio)

Hey !

Watch this to see how you can use the keyword tool we built to improve your site and your SEO! Download it by subscribing to our newsletter.

And, for more info on keywords, check out the Market Samurai tutorials. Excellent info!

Take Care,

Seth Turin

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Uncategorized | 1 Comment

UBot 4.0 is OUT!

Two years ago, we created UBot Studio because we were spending so much time and money either building software to do repetitive marketing tasks, or finding software that could do these things. We were trying to grow our online business. But software would stop working every few weeks as sites changed or more people began using it. We wanted to make simple things like posting content on niche websites easier, so we began writing a program that could, basically, help automate SEO, messaging, and account creation. We wanted it to be easy so we could focus on business. It was so successful that now, UBot is our business.

UBot is the internet marketer’s Swiss army knife. While other software attacks SEO, keyword research, and indexing with a chainsaw, UBot grows your business your way using marketing automation that YOU control. With an intuitive drag-and-drop interface and intelligent commands, it simplifies complicated and time-consuming tasks like account creation, article spinning, posting and messaging, on any websites you choose. Just watch a few of the tutorials and you can see how simple it is to stand out from the crowd with your own customized bots.

We wanted Ubot 4 to be a breakthrough in automatic marketing technology. With our Image Recognition, this generation of marketers will be the first to control Flash games and applications inside their bots. Let me say that again. You can now make a bot for Farmville. And the new Artificial Intelligence feature and ultra-fast multi-threaded browsing will let you create accounts on almost any site at the touch of a button, and interact with web elements at lightning speeds. After you use the simple drag-and-drop interface to build scripts, you can switch to the new code view to copy, paste, and manipulate whole sets of commands as quickly as you would re-write a sentence. Then, you can use the compile feature to turn these ideas into your own full-featured, stand-alone bots. You can sell them, give them away, or run them on as many different machines as you want.

Buy your license today at http://www.ubotstudio.com

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Uncategorized | Leave a comment

Update from 4.0.4 to 4.0.44

Changes

Changes in new beta for 4.0

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Uncategorized | Tagged , , , | Leave a comment

Update from 4.0.38 to 4.0.4

In our continuing quest to make UBot the best automation software possible for SEO improvement, social network bots, account creation bots, craigslist bots, etc, we’ve got another “stable” Version 4 Beta Release. Among other things, the dev team added back in the command search box for those of you who liked to be able to type in commands.

We will be updating the Beta right until release date, and are working on it constantly.

Thanks for all your support, UBot fans!

Updates/Changelog for Beta

Along with some minor bug fixes, added back in the command search box which allows you to hit "enter" after typing a command

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Uncategorized | Tagged , , | 1 Comment

UBot Version 4 is Almost Here…

The new features in Ubot 4 will allow a more fluid, simpler bot creation process, improve performance, and add power to the features that already exist.

Here’s a preview of the updates that the dev team has been working on so tirelessly the past few months:

1. Advanced Flash Support

We’ve created a way to work with flash elements as easily as you’d work with any other element on the page, and it fits right into the normal flow of your bot. It works completely in the background, even if the bot is minimized or invisible. And it’s all thanks to Image Recognition.

2. Image Recognition

Image recognition allows you to take a snapshot of a button or text box on a page, and UBot will use that snapshot to find it on the page and click it or fill it in with text. This works with flash buttons, drag and drop javascript items, and works when the browser is minimized or hidden as well. (Useful for Facebook / flash games among other things)

3. Artificial Intelligence

The new UScript language uses artificial intelligence to find elements on a page given just an overall concept of what you’re looking for. This means you can make things like account creators that will work on entire lists of different pages at a time! You just tell it <username field> and it finds the proper field for you! And this is just part of the Element Selectors.

4. Element Selectors

The new UScript uses element selectors as a new way to find the element that you want to interact with on the page. This gives you very powerful control over which elements need to be modified on a website, while keeping everything simple to use and to understand.

Instead of having to choose an attribute to match to an element, an element selector is now automatically generated for you whenever you interact with an element on the page.

5. Built-In Browser

We removed our dependency on IE, so that our browser is no longer dependent on which version of IE is installed on a computer, which simplifies development when selling to people using different versions of IE. Also, because we have switched away from IE, sites load faster and perform faster in general. This also allows for Separate Browsers.

6. Separate Browsers

Browsers no longer share any data between each other, so you can log into a site with multiple accounts at the same time, and they will each get separate cookies, cache, proxies, and everything else!

7. Code View

Code view allows you to view your UBot nodes as UBot code in a text editor. This view helps when you would like to rearrange a lot of your nodes, or if you prefer working with code, or if you would like to share your bot with someone else, you can just paste the code on Skype to someone, and they can put it right into their bot.

8. Upgraded Performance

You now have the ability to disable things such as loading images, css, javascript and flash, and even the ability to have the browser run completely hidden. Without loading these resources, your websites will load much faster and speed up your bots.

9. Header Overrides

You now have the ability to override headers such as User Agent and Referrer to make your bot appear to be another browser such as Googlebot, or IE6, or appear to be coming from another website.

10. Step Button

A step button was added to allow you to move one step at a time through your code, instead of just running, pausing, and stopping.

11. UI Buttons

One thing we’ve added to the customizable UI of UBot, are UI Buttons. These allow your users to run any nodes you want with the click of a button (such as exporting scraped accounts or loading a tutorial page), allowing much more flexibility for your compiled bots.

12. Debugger

The new debugger feature allows you to see the values of all your variables any time you need to.

13. New $account data

The $account data function has been updated to generate a random City, State, Zip Code and County that are all valid and match to one location.

14. Private Proxy Credentials

We now allow you to set proxy credentials for your private proxies, instead of only using IP verification.

15. Else If Command

This command allows you to compare many conditions without creating a lot of if statements inside else statements.

16. New Custom Commands

The custom command system has been revised to allow you to drag and drop your custom commands right from the toolbox.

17. Better iframe Support

You no longer need to check if part of a page is inside of an iframe, UBot will handle it just like all other elements on the page.

Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter
Posted in Uncategorized | Leave a comment