Jump to content
UBot Underground

Ant

Fellow UBotter
  • Content Count

    19
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Ant

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v3.5
  • License
    Professional Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hey, I am trying to expand a simple bot I was making (just a whois site pinger) to be multi threaded. I used LoWrIdErTJ's example found here and tried to include my code but I can't get it to work properly. Basically I am not sure how to get it so that each thread takes the next url from my table. At the moment the same URL opens in each browser, and then it moves onto the next url and opens that in all the threads/browsers. I think It has to do with my var set(#currentURL, $replace($table cell(&sites, #tablerow, 0), "[YOURDOMAIN.COM]", "mywebsite.com"), "Local") I am not sure I am p
  2. I have tested the below regex online using a regex editor and it gives me the desired results which is to return the first 5 words from a paragraph. Do I have to set it out differently in Ubot? I haven't used regex before so I am not sure if I am using it incorrectly. (\w+\b.*?){5} set(#title, $find regular expression(#finalspunarticle, "(\\w+\\b.*?){5}"), "Global")
  3. OK first of all let me say that this is in no way complete, it can use a lot of tweaking to improve it but this is my first bot so there are going to be a lot of things that arn't done the most efficient way possible etc but hey, im giving it to you for free stop moaning First of all let me just say that if everyone uses this then obviously its going to get blocked fairly quickly, its really just to share some ideas more than a money making thing. Anyway what this bot does is posts job adverts on gumtree for surveys in the 5 most popular cities (this can obviously be expanded if you want
  4. Hi, I have been making a ad poster for a popular uk classified ad site but for some reason when I get to the login section or post new ad section the screen just goes blank and never loads. Now these are all fresh private proxies so they can't be blocked and also I can get on the homepage of the site fine and it loads quickly, but as soon as I try and create a new account I just get a white blank screen and then nothing. Nothing is going on in the background either as the "exists" command doesn't find a field I know is there. This is really strange as it was working fine about 2 weeks ag
  5. Thank you all for your replies. I think I have been focusing too much on the idea that you have got to use Ubot just to make a backlinking bot. The ideas that you guys have provided have already helped me come up with some ideas of my own, so thanks for that.
  6. Hi, I have had Ubot for a number of months now but I don't feel like I am using it to its full potential. I bought Ubot to try and make some extra money but everything I think of seems to have a better alternative already out there. For example I could make and sell bots, but then there is already software out there that proforms better and does more ( bookmarks - social bookmarking robot etc/ blog comments (scrapebox) etc. I could sell services related to SEO but then when you look on fiverr there are people offering thousands of links etc for $5, obviously using senuke or something sim
  7. Sorry I was totally being an idiot getting the column order mixed up. That worked great thanks again.
  8. Thanks for your reply but I am still confused. When the loop hits the ad code line, doesn't the ad code data become the first cell and so there is some text there so $nothing wouldn't work? Sorry if I am being a bit thick.
  9. Hi, I have being playing around with making a proxy scraper/tester. I have the scraping down but my problem is that on the site that I get the proxies from, they have banner ads inserted into the table of proxies. 5,66.29.173.139,80,Anonymous,United States,2012-06-21,WHOIS 6,71.30.219.250,8080,Anonymous,United States,2012-06-21,WHOIS 7,77.73.130.70,8081,Anonymous,Kazakhstan,2012-06-21,WHOIS "<!-- google_ad_client = ""pub-6974495340240718""; /* cooleasy_728x90, 䶿9-3-21 */ google_ad_slot = ""8294635992""; google_ad_width = 728; google_ad_height = 90; //-->",,,,,, 8,88.191.127.17
  10. ***I have a somewhat temporary fix at the moment which is just putting in a wait command for 5 seconds. Obviously If I ever decide to use proxies then this may not work as they may be slower than my connection.*** OK guys I am still having problems with this. When the script creates the account it for some reason can't find the "logout" text on the page fast enough and so generates a new username and password and saves that to file even though one has already been successfully created on Reddit. It then pops up the captcha box again (with no image inside). Has anyone got any ideas w
  11. Thanks just noticed your reply but managed to fix it myself. What I did was in the loop, I used the "change attribute command" instead of the "type text" command and it worked. Not sure why the "type text" command didn't work but oh well. Thanks Anyway
  12. Hi, I have new to ubot and so have been been practising making bots for various social bookmarking websites but Digg is really casuing me some trouble for some reason. When I input an incorrect captcha to see if the loop is working correctly the captcha box comes up again with the new captcha image but what I enter into the box does not get enterted into the captcha text box on the webpage. I don't understand why as before the loop starts, the captcha text transfers from ubot to the webpage just fine. Anyone got any ideas what I am doing wrong? define CreateDigg(#HotmailEmail) { r
  13. That worked. Thanks for your help.
  14. Hi Guys, I am trying to make what I thought was going to be a simple bot to practice using ubot. My bot was just going to make a Reddit account for me. My problem is that I am finding it hard to confirm whether the captcha was entered correctly or not. I am using the loopwait command and trying to scrape for the innertext that is displayed once you enter an incorrect captcha. The only thing is Ubot can't seem to pick up this text that Reddit displays when you enter a wrong captcha. Has anyone managed to do this or think of another way to see if the captcha was entered correctly? As obvi
  15. No login is required you just can't vote on the same article with the same IP more than once. Thanks for the suggestions, I will look into them now.
×
×
  • Create New...