goodseoman
Power Member
- Jul 1, 2010
- 612
- 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
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