For Ubot programmers!!!

goodseoman

Power Member
Joined
Jul 1, 2010
Messages
612
Reaction score
344
Firstly thanks for your time of reading my thread.
I need your help for coding a very simple bot but in large scale.
i need my bot to be as simplest as possible, flawless and can be fixed easily anytime when the sites change their codes, which will happen daily due to large amount of domains i intend to post comment.
i need to create a blog comment bot like this:
i have simple csv sheet with specific columns: url, user name, password, website, email, subject, comment.
Each list would have round 5,000 - 10,000 rows from few thousands unique domains.
all of the rows have specific urls, emails and comments but the other fields are blank sometimes based on each site: some need user name to log in, some not, some allow to put website url, some not, some force to write subject for each comment, some not....( you may copy the rows below to excel to see it clearly)

[TABLE="width: 903"]
[TR]
[TD]url[/TD]
[TD]user name[/TD]
[TD]password[/TD]
[TD]website[/TD]
[TD]email[/TD]
[TD]subject[/TD]
[TD]comment[/TD]
[/TR]
[TR]
[TD]site1[/TD]
[TD]aaa[/TD]
[TD]aaa[/TD]
[TD]mysite1.com[/TD]
[TD] dot yahoo.com[/TD]
[TD][/TD]
[TD]ertre[/TD]
[/TR]
[TR]
[TD]site2[/TD]
[TD]bbb[/TD]
[TD]bbb[/TD]
[TD]mysite2.com[/TD]
[TD] dot yahoo.com[/TD]
[TD]subject1[/TD]
[TD]rtytry[/TD]
[/TR]
[TR]
[TD]site3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD] dot yahoo.com[/TD]
[TD][/TD]
[TD]try[/TD]
[/TR]
[TR]
[TD]site4[/TD]
[TD]ccc[/TD]
[TD]ccc[/TD]
[TD][/TD]
[TD] dot yahoo.com[/TD]
[TD][/TD]
[TD]tyu[/TD]
[/TR]
[TR]
[TD]site5[/TD]
[TD][/TD]
[TD][/TD]
[TD]mysite5.com[/TD]
[TD] dot yahoo.com[/TD]
[TD]subject2[/TD]
[TD]fgd[/TD]
[/TR]
[TR]
[TD]site6[/TD]
[TD]ddd[/TD]
[TD]ddd[/TD]
[TD][/TD]
[TD] dot yahoo.com[/TD]
[TD][/TD]
[TD]vngdn[/TD]
[/TR]
[TR]
[TD]site7[/TD]
[TD]eee[/TD]
[TD]eee[/TD]
[TD]mysite7.com[/TD]
[TD] dot yahoo.com[/TD]
[TD]subject3[/TD]
[TD]vxc[/TD]
[/TR]
[TR]
[TD]site8[/TD]
[TD][/TD]
[TD][/TD]
[TD]mysite8.com[/TD]
[TD] dot yahoo.com[/TD]
[TD][/TD]
[TD]cxzVc[/TD]
[/TR]
[/TABLE]


i also have a list of private proxies that i bought, and captcha service's user and pass.
the bot will use 20 threads (for exam) through 20 random proxies to go to 20 different urls.
log in with user and password given in the row (if needed)
fulfill all needed box with exact content given in the row
send captcha to service ( if it has to), then enter captcha
finish and each thread will go to next row.

My questions are:
1. Is Ubot capable to do this task?
2. can it choose which code to post for which site( for exam: go to site 3 and use the code of site 3 and all infos supplied in the site 3 row to post and then go to next row...)? if making 1 bot for all domains is so complicated, we can change the plan to making 1 bot for each domain and then i have to make thousands bots.
3. can you sell me a source code as a template of the bot that can post comment to any one basic site in the manner that i describe above? Then i will learn to add more sites based on that template. Pls pm me the price in both cases, add more sites to 1 huge bot and make seperate bot for each site.

Regards,

Daniel
 
You should probably look into Zennoposter instead of Ubot. It seems more suited for the task as it offers a lot more editing.
 
Very simple task for Ubot. The coding is very simple even if the list is large. (lots of iteration)
I would go to the services thread and ask someone to code this up for you.
Does it have to be Ubot? Frankly even the free Imacros could do this with maybe less than 100 lines of code.

Good luck buddy - whatever your plan is - good to see you explaining it and looking to follow through with some real action.
End of the day that's what makes cash in IM and SEO

Scritty
 
Thanks dudes for ideas.
I researched the whole net for both Zenno and Ubot. The answer is simple: ubot is good for simple task and takes few days to learn, zenno for something big out of the box but needs few months, and for real programmers, go for C#. C# and other higher programming languages are good for 1 big platform but in this case there are hundreds of platforms. We tried C# for first 100 sites and then exhausted. I need somethings fast and flexible. So i chose Ubot. Was i wrong?
My need is a template and then my staff can learn in a short time add (or fix) the last thousands of sites themselves to the bot.
Any idea?
 
Thanks dudes for ideas.
I researched the whole net for both Zenno and Ubot. The answer is simple: ubot is good for simple task and takes few days to learn, zenno for something big out of the box but needs few months, and for real programmers, go for C#. C# and other higher programming languages are good for 1 big platform but in this case there are hundreds of platforms. We tried C# for first 100 sites and then deserted. I need somethings fast and flexible. So i chose Ubot. Was i wrong?
My need is a template and then my staff can learn in a short time add (or fix) the last thousands of sites themselves to the bot.
Any idea?

Picked up the developer version last week.. And you are not wrong! Some bots, the larger ones you speak of, can also be coded by Ubot.

The stuff in your first post can easily be done by Ubot...
 
Unless you want it to own your pc I would drop it down to 10 threads
And I would also drop the csv file idea and make a XML file with custom tags to define the data
You can read that in as a list (which I think is easier to work with then a csv)
Good luck with your project
 
My questions are:
1. Is Ubot capable to do this task?
2. can it choose which code to post for which site( for exam: go to site 3 and use the code of site 3 and all infos supplied in the site 3 row to post and then go to next row...)? if making 1 bot for all domains is so complicated, we can change the plan to making 1 bot for each domain and then i have to make thousands bots.
3. can you sell me a source code as a template of the bot that can post comment to any one basic site in the manner that i describe above? Then i will learn to add more sites based on that template. Pls pm me the price in both cases, add more sites to 1 huge bot and make seperate bot for each site.

Regards,

Daniel

Hello, did you find an answer to this in the form of a tutorial or anything useful? I am just starting and have a very similar task. Can you point me in the right direction?
Thanks in advance.
 
I have found that by trying to code bots that I think are too difficult, I learn quite a bit. Instead of paying for this, I would just try and code it in Ubot. You will not be disappointed by what you learn.
 
Thanks dudes for ideas.
I researched the whole net for both Zenno and Ubot. The answer is simple: ubot is good for simple task and takes few days to learn, zenno for something big out of the box but needs few months, and for real programmers, go for C#. C# and other higher programming languages are good for 1 big platform but in this case there are hundreds of platforms. We tried C# for first 100 sites and then exhausted. I need somethings fast and flexible. So i chose Ubot. Was i wrong?
My need is a template and then my staff can learn in a short time add (or fix) the last thousands of sites themselves to the bot.
Any idea?

I know a bit about ubot, and what I have seen that ubot is very powerful, you can make it multi-threading easy, you can do anything you like most likely. But the advantage of the .net languages is very very very above ubot, if you find out a smart enough guy, he could make up some algorithm for every forum you trying to post, I don't see ubot having that option.
 
Back
Top