Jump to content
UBot Underground

hypex

Fellow UBotter
  • Content Count

    42
  • Joined

  • Last visited

Community Reputation

2 Neutral

About hypex

  • Rank
    Advanced Member
  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

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

  1. Hi guys, I need to scrape a page based on a regular expression. How do i go about this?
  2. Grab a tool called regexbuddy, makes life so much easier when trying to figure regex stuff out. If you can't afford it you know the normal places to look.
  3. If you are using ie7 or less you can use the send keys chosen command. If you are using ie8 you use the fix here at the end of the page http://ubotstudio.com/forum/index.php?topic=286.0
  4. Hi ratman, try navigating to the frame url first, once there then try choosing the attribute. Eg. Navigate to IntelliCompNavbar.aspx then try selecting the search field. Would be awesome if ubot could do this directly but it doesn't for the moment.
  5. hey jewcat, check out this post and see if option two for ie8 (end of page) helps. http://botsoftware.org/forum/index.php?topic=286.0
  6. I can probably help you out. Need to know what page you need mined and the data from it.
  7. I have ubotlibrary.com but its basically just a collection of free ubots found around the place.
  8. Maybe try running action -> run javascript -> location.reload(true)
  9. hey lookie, Try this (see attachment) So do all your options and instead of clicking the button at the end run javascript with load_step_2()
  10. As for 1 i'm doing something similar at the moment but I had to use forms on a website. For example bot visits websites, enters values into a form which spits out the results from sql. Bot does it businesses and then goes back to a different form which inputs the results back to the database. Its not a solution but its a work around.
  11. Cool little bot, Thanks for sharing the love!
  12. Is it possible to get a sticky thread on what fixes and enhancenments are being worked on and updated by developers or even better a rss feed?
  13. are you saving and retrieving the files from the same directory path?
  14. http://img145.imageshack.us/img145/6001/csvloop.jpg
  15. My problem is scraping a large result of wordpress sites for a niche. Google will only return 1000 results per search. eg: http://www.google.com/search?hl=en&source=hp&q=acai+%22leave+a+comment%22 http://www.google.com/search?hl=en&source=hp&q=acai+%22leave+a+reply%22 then do, intitle, in text, inurl, then the 5 date variables Could also scrape yahoo, msn etc thats possbile 30,000 results (alot of dupes). If you can tell me a way to actually return a mass amount of results I can write the bot that will do the job. I have a bot atm that goes to a url, make sur
×
×
  • Create New...