Jump to content
UBot Underground

scriptbit

Members
  • Content Count

    41
  • Joined

  • Last visited

Community Reputation

0 Neutral

About scriptbit

  • Rank
    Advanced Member

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

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

  1. I'm unable to scrape the page text from this url: http://ftr.fivefilters.org/makefulltextfeed.php?url=http:%2F%2Fwww.latimes.com%2Ftopic%2Fdisasters-accidents%2Ftransportation-disasters-accidents%2Ftraffic-accidents%2F03010001-topic.html&max=10 After checking the forum and asking in the Skype Ubot group, several people said due to being XML that Ubot does not work with XML and said I needed a plugin to scrape the XML generated page text. Several people recommended the XML plugin found here: http://network.ubotstudio.com/forum/index.php/topic/13088-ubot-xml-plugin-ubot-discount/
  2. http://ftr.fivefilters.org/makefulltextfeed.php?url=http:%2F%2Fwww.latimes.com%2Ftopic%2Fdisasters-accidents%2Ftransportation-disasters-accidents%2Ftraffic-accidents%2F03010001-topic.html&max=10 Please show me how I can get this in Ubot's chrome 49 browser. I am stuck on this.
  3. Hi, I just wrote a Ubot script and during creating phase was able to command the mouse to move over some text and select it. Then, I used the Windows Command "keyboard event" to hold control down. Then used Windows Command "type Keys" to enter "c" to "copy" this text. http://i63.tinypic.com/23lyvtd.jpg While it worked in the creation phase, Ubot appears to completely ignore these commands when I run the script. Why is that? All I'm trying to do is copy this text and have to do it this way because I'm using Chrome 49. It only lets me grab the text with Chrome 21 browser but where I'
  4. Hello, I tried checking but other clipboard plugins posted to the form lead to broken links. Also, in the title it's supposed to say "Need to Create List from Clip Board" but it won't let me edit that. Does anybody have a free clip board plugin which writes to list?
  5. I can't figure out how to scrape all the things from a page that I want and willing to put it out there to do teamview and skype with someone who knows ubot well and is willing to do it with me. My skype ID: wikiwick Yes I will pay. Paypal fine?
  6. Guys, I am stuck on this and haven't been able to figure out how its done. How do you tell Ubot to loop as many times as "Next" appears at the bottom of google results pages? This is what I mean: http://i63.tinypic.com/4vljzm.jpg
  7. You guys are geniuses if this works. Im gonna test and let you know if I solved my issue. Thanks!!!
  8. I was not even aware of "macrotoolwork" but that now makes 2 competing softwares to ubot that have this feature. I see your point that it may not be good coding practice but consider how much faster all our bots would be constructed if only Ubot contained these two features. Everybody who was the Automate and Macrotoolwork customer base would comfortably be able to jump right into Ubot. Automate 6 is built on "Basic" coding language, which honestly I don't know. I stuck with the gui (yeah I'm a noob like that). I don't know how "Basic" programming language works in the raw code of i
  9. PLEASE give me an example of how you use it like how I am describing Label and Goto. Thank you in advance! Ok I want to try this.. Where do I put this kind of raw code?
  10. So I've been using "Automate 6" since 2006 before discovering Ubot like 3 weeks ago. Automate 6 has the ability to let you set up "if" statements as well. One thing most of my Automate 6 bots benefited from was they had actions like "Goto" and "Label". Here's what they look like: http://i64.tinypic.com/2vab8qr.jpg I cannot find an equivalent in Ubot. The way it would work is you would stick a "Goto" anywhere in your code and if you had previously put the "Label" (you give it any name you want) in the code, the task would immediately go to that "Label" and continue from there. He
  11. No but that's an interesting suggestion and may solve this issue. I will try and if works many thanks.
  12. Part of my latest scrape project is to scrape within a page that uses iframe html code. A page from amazon.com loads within this iframe and I must scrape values within this iframed page. Unfortunately, the iframe completely does not work either in chrome 49 or 21. My developer says I must install "iFrame Allow" found here: https://chrome.google.com/webstore/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg?hl=en But when I tried to install this extension within Ubot browser it does not work. It treats it like it's not coming from a chrome browser. So, is this even possible to insta
  13. Please check this screenshot: http://i66.tinypic.com/1z56d89.jpg Can anyone help? All I want is to scrape the subtotal, shipping value, and that grand total value into csv file. What code or parameters would you use? Steps are it goes to overstock.com, adds one item to cart, goes to the checkout page, and then scrapes those values. That's all I'm trying to do.
×
×
  • Create New...