Jump to content
UBot Underground

ajacko

Fellow UBotter
  • Content Count

    74
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ajacko

  1. Thanks Pete. I think that searches a page for valid emails. I guess I need to run a script to collect all internal links on a website and then run your command on each of those pages?
  2. Hi, Has anyone been able to create a bot to scrape emails from a list of websites?
  3. Hi Guys, I am trying to save a file from a pop-up window. The download link opens a new window and has the standard SAVE and CANCEL buttons. See attached. Button has no href or other tags to scrape. Code is <input type="submit" name="stms_exp_btn" value="Export Members" class="button-primary"> Any ideas?
  4. Looks like an amazing deal, Andy! I noticed that the 'Buy It Now' price is less than the last three weeks revenue and there's a customer database of buyers?
  5. I've had a customer using W8 with the exact same issue. She can't click in a standard ui html window.
  6. Does anyone know what possible reasons there might be why a compiled bot is not saving to file for a user. The save to file function works for everyone else using the bot. I thought maybe antivirus /firewall but customer is only using Microsoft Essentials. He is using Dutch version of Windows 7. .NET Framework 4 is installed. Any ideas?
  7. Darryl, just purchased - wanted to commend you on a really excellent product. As a Developer licencee of Ubot Studio, it did irk me that the makers of ubot couldn't come up with this level of ui builder in v5. IMO, yours is way ahead of the ui builder included with v5. Anyone selling commercial bots - this is a MUST!
  8. Hi , Looks really good. Please can you add a 'lite' licence for me to trial. Cheers, Jacko
  9. Hi, Is anyone else having problems with the set Dialogue Text in a new pop-up window? It works fine with plain text but won't work if you use a variable or list item. As we're often using new windows to insert a file path, this seems a major issue. anyone been able to find a workaround?
  10. Thanks Frank. So - all defines go into a single tab and then hide the tab when compiling?
  11. Hi all, I am getting so frustrated with editing even moderately sized bots at the moment. I am finding it takes an age - 30+ seconds sometimes - to move to a new tab or open a node to edit. I have 6gb ram, 1 tb hard drive, only browser and skype open. Does anyone have any suggestions? Is it me or is anyone else having this issue?
  12. Thanks for that. Greatly appreciated. It works well though I see you're using regex - my problem is getting to advanced editor on scrape attribute on sites like Google/Bing just seems to freeze ubot. I have 6gb ram and 1 tb hard drive so shouldn't be a problem.
  13. Is anyone having success scraping google or bing search results? used to be pretty straightforward but now advanced element edit just hangs and when it finally comes around, it doesn't scrape search results (Href) for me. Have tried page scrape and attribute scrapes but none are working.
  14. Yep. All made with Ubot :-)
  15. Hi guys, We've just released some great mini bots - (inc Twitter Poster, Facebook Poster, Article Scraper, Auto-Ping and some Proxy Scrapers - with more bots being added). Current access is being sold for $27 but as a small gift back to the community, we're giving all members of the Ubot forum FREE access to all of the bots and a load of other goodies too. The link will be live until 30th November. Download them all here - Enjoy!
  16. Thanks BotGuru. Sorry for additional posts - just saw similar threads so asked there. Won't do it again - promise ;-) I had meant 'command' but in my haste last night wrote function. I had tried putting functions and commands in - thanks for sorting that out and big thanks for the ui html panel tabbed code - brilliant!
  17. Hi - thanks for your post. I tried that but I'm getting an error - given key not present in dictionary. This is the code view if it shows where the problem might lie. Greatly appreciate your help. define $google(#google) { navigate("http://www.google.com", "Wait") } ui html panel("<button onclick=\"ubot.runScript(\'google(#google)\')\">Go</button>", 40) Using the standard ui button NOT in the html panel (as below) works fine: ui button("Go") { google(#google) } define google(#google) { navigate("http://www.google.com", "Wait") }
  18. Great stuff! Thanks for sharing! One thing - do you have code to add a button to raise a function in the ui html panel?
  19. Thanks for this - I got it to work initially but then it stopped working and I am a bit concerned because the .exe you included was still running and had two threads open using CPU even after I closed the bot!
  20. Hi guys - I have built a scraper in ie 9 - works perfectly BUT won't pull off results in IE8. So, as suggested, I think we'll need an IF cmd to check version of IE. I am attaching a simple one page scrape for IE9 - scrape on Bing works for both IE8 & IE9 but the google options pull over the whole Google cache in IE8. I'm not 100% sure if this works on PCs - it works on mine. As this is a pretty important scrape for most of us, would welcome any comments. test-google-scraper.ubot
  21. Hi all - got a problem I'm trying to resolve which I hope someone can offer help/advice. I want to give a bot to a client BUT it pulls data from a .csv file and I don't want the client to have direct access to the data file. Has anyone got any ideas how this might be done? Support couldn't help so I'm hoping there may be some smart botters who have found a way round this. Cheers
  22. Just received the following response from Lily. Hopefully, we'll get a solution in the near future. It will be a great feature as it makes the bots look much more professional. 'I asked Seth about your question. Seth programmed UBot Studio, and so he is able to add an icon where he needs to within the program. That's a bit different from trying to hack an executable. The compiled bots do not currently come with the ability to add an icon. (We are working on a solution for that soon.) When we've found a work around, we'll be sure to let everyone know.'
×
×
  • Create New...