Jump to content
UBot Underground

Cyrax

Fellow UBotter
  • Content Count

    45
  • Joined

  • Last visited

Everything posted by Cyrax

  1. this is exaclty what i went through and was very painful mine was also stuck on the spash screen then magically it just started, i don't know what helped it to start as i was doing all the things u mentioned. double click another ubot instance leaving the current stuck one as it is , it works sometimes if you do this best of luck
  2. haven't used ubot in while, has ubot stopped the socket commands ? as i can't seem to locate it anywhere [picture attached]
  3. This is a shame, people having to seek alternatives. I know how it feels as ubot is probably the most temperamental app out there. even free crap software on the internet is more stable. I downgraded to ubot 5, but still no joy . keeps crashing randomly. hell of a time trying to get it install and run in the first place. just a plethora of issues sadly.
  4. i started using ubot again after a long long break. so yesterday i created a bot to scrape from a major real estate directory. i purchased a list of us cities and areas for $49 , the list contains about 45,000 areas my bot is searching the site for realtors based on the area and state code the bot has been running now for 20hrs non stop my file size is currenlty 75mb full of urls i have only another 42,000 areas/keywords searches to make and iam also very shocked because ive been using no proxies, just my normal isp ip ! this may sound a bit odd, but genuinely i feel a bit
  5. hello friends is it possible to replace text inside an iframe ? the scenario i have is that i wish to update my ebay listings descriptions. the descrption is inside an iframe, i have tried the replace function but that doesn't seem to work. any advise will be appreciated ? thanks
  6. hello friends if one is running multiple bots at the same time, is it worth setting up virtualisation and running the bots independantly in each virtual box than running them all in the same os. reason i ask is because i have just upgraded to an i7 4770, it has total 4 cores and 8 threads. But still my system gets very very laggy sometimes to the point that i have to wait several seconds for characters to appear when i type and mouse pointer moving ultra slow, even when the task manager shows cpu at 30% usuage. i have 16gb ram which only get used 50%. i have even disabled firewalls but
  7. hello freinds for some reason i am unable to run the bot a second time. it just doesn't navigate to where it's suppose to. but if i close the app and restart fresh it does it's thing. i tried compiling it for no joy i added clear cookies, and close page hoping that might help but it's still the same. am i missing something obvious. thnx
  8. hello friends I been yearning for a new monitor for a while now, was hoping to grab a deal on black friday then christmas, sadly still stuck with a 1920 X 1080 i am in a dilemma as i can't make my mind up if i should go for a) 27inch 2560 X 1440 32 inch 2560 X 1440 c) 34inch ultrawide 3440 X 1440 Do you use any one of the above if not do you have any suggestion for a monitor which you find great for working with ubot. thnx
  9. Cyrax

    Bizzare Problem

    thank you stanf for taking the time to correct the bot. its now doing exactly what i needed. Thank You so much
  10. Hello freinds the following script seems to just scrape the first 2 pages , but after the first 2 pages it still cycles to the next pages but doesn't scrape the numbers like in the first 2 pages. navigate("http://www.niceic.com/householder/find-a-contractor-results?q=london", "Wait") wait for browser event("Everything Loaded", "") add list to list(%numbers, $scrape attribute(<id=w"gvContractors_*_lblTelephone">, "innertext"), "Delete", "Global") loop while($exists($element offset(<tagname="a">, 104))) { click($element offset(<tagname="a">, 104), "Left Click", "No")
  11. i was just curious to know is it possible for the host site to record the exact location of the clicked item, like a button. so they can prevent access if they detect the same clicked location. thnx
  12. i see there is a very popular plugin called http post plugin. does this plugin imply that ubot is not capable of making http post request with all it's built in features. i mean it just sounds absurd hat one has to buy a plugin to make http requests. whats your view, do u think ubot should natively support http features , since http is pretty much how bots communicate with other websites/servers.
  13. how do sites know you are using ubot browser even after changing user agents, and headers ?
  14. thnx for the detailed explanation, just one question. Is it faster because you don't have to wait for page load ? say i have made a bot which goes like this: step1: navigate to url step2: wait for page fully loaded step3: click on button so with the http post is it that it skips step2, because technically it's not required because iam not using the browser
  15. can someone please advise me what basic concepts i need to know before trying to use this plugin, as i am beginner in ubot and don't know why i need to make use of http post. and where http post and get fit in with ubot.
  16. i suppose this might be a dumb question. but i will ask anyway since i am so curious to find out. i am wondering what happens to the code that's generated after we program our bot and run it. my thoughts : is the code converted to JavaScript and than loaded inside the ubot browser. or is it independent of the browser, ie always external, where the ubot software is using our code to jointly work together to control the behavior of the html pages in the browser. Any advise or direction to some resource will be greatly appreciated
  17. hi just starting to learn ubot again after long break so got a lot of catching up to do. Do you think it's necessary or good practice to set the user agent to firefox or ie, to prevent the host webserver from scrutinizing our activity and raising flags. or is the ubot browser seen as a normal browser and gets the same treatment. ? thnx
  18. yes it's flash, but why is it that even if you manually click the button it doesn't work inside the ubot browser ?
  19. Hello, i am at the stage in my bot where i need to upload images, but the crazy thing is the image upload button doesn't respond within the ubot browser when clicked manually. is this a bug within ubot ? the site i am trying to make my bot for is gumtree.com. thnx
  20. hello friends happy new year. Just wondering if there are others like myself who have been motivated and inspired to make a start in learning a programming language. I have decided to embark in PHP and have been learning it for a about 3 month now. I was initially in a dilemma as to whether l should learn python or php. but i eventually decided to learn PHP because i was already using wordpress, and since wordpress will be a kind of playground for me to apply my new php skills. Has ubot inspired you to learn a programming language ? if so which language are you learning ? and why did you
  21. can u please give me all the reasons why you want to learn python. ? i am very keen to know from you as i have just started to learn php and my sql and thinking which programming i learn next. thnx
  22. Guys thank you for the freindly encouragements. I have taken time-out to learn php and mysql. So i can be better equiped to use all the ubot features. i am following a really amazing book called "head first php & mysql" , iam half way through the book and absolutely loving it since i can see my self using ubot like a pro. i always wanted to learn programming and bought the php book i mentioned over 3 years ago, but never actually studied the book until now. Thnx to ubot.
×
×
  • Create New...