Jump to content
UBot Underground

batibot

Members
  • Content Count

    24
  • Joined

  • Last visited

Everything posted by batibot

  1. im doing that on my wp blogs lol. let me know if you're still in need.
  2. hi mate, I think i can spare some time if you can tell ( or PM ) me more about the details. cheers
  3. like I said, its not for commercial and only very few friends from my group will only consume it. I just don't want them to see the "Powered by You + Ubot Studio" watermark so they wont have an idea that it was made using Ubot. I am also not particularly concerned about any non-visible watermark because I know these people and they are not "techy" enough to see the watermark other than the obvious and visible link at the top.
  4. Hello All, I have Ubot standard license and since my funds is not yet enough to purchase Developer license, I am thinking of doing a fund raising for myself. So may I ask if you (with developer license) could just compile for me a 5kb source file and turn it into a "no watermarked" exe file, I am willing to pay per compilation thru Paypal. (my budget is $10 per compilation) Note: this is not a commercial bot. It is just a very simple and personal bot that I created for me and my group and that I want to share it to them but I don't want them to see the wizard behind the curtain. So i
  5. Is there a way we can adjust the height of the menu in Ubot4 standard? Currently, the height is like 2 inches high between the tab and the browser address bar and I want to reduce that to the minimum if possible. Can it be done?
  6. Not sure if this was asked before but I wonder what engine Ubot is using for its internal browser? Is it IE?, Webkit? or similar to what Firefox is using? And most importantly, is there a way that we can instruct Ubot to use our preferred browser as its internal browser?
  7. I have a div that has dynamic innertext so in the loop I can check it by scraping its ID attribute. Then in the IF node, I can check if the ID "contains" a value. Problem is if the ID has no innerText value then my logic fails. So how can I check if the innerText is empty?
  8. too bad I don't have Pro or Dev so I don't have access to threads. I tried using "in new browser" to navigate to the iframe src but it loads the site in the new script as well as in the original script basically sharing the same browsers all through out the scripts. It would be good if the main script has google.com running and the other script has bing.com simultaneously running so I can scrape dynamic contents to and from. (if that all is possible).
  9. the problem is that I don't want to load that iframe in the browser, I just want to get its data in the background. I tried using the example you shown in other post but it overwrites my current browser. Is there a way to just navigate to that iframe src in the background while the current browser has something else in it?
  10. What do you mean new thread? Add new script? I tried that but when I'm navigating to bing.com in a new script, the current script also navigate to bing.com which I don't want to happen. I guess all scripts shared one browser. right?
  11. nice trick! just hope the user doesn't know the exact location of the text file so he/she cannot manipulate it to extend the trial period
  12. yes, it has a src but I don't know what command to use so I can load and scrape its contents. I can only see "load html" but not load page or somthing. Any idea what specific command I need to use to get the src contents?
  13. Anyone had encountered scraping a site that has its content iframed from other site?
  14. Is it possible to load a url and then crape its contents without navigating to the actual url itself? example: say in my Ubot browser, I currently have google.com but I want to scape the contents of bing.com (in the background) so I can look if a certain text that exist on bing.com (while its running in the background) that I can manipulate in my current browser which is google.com. Can it be done? TIA
  15. How do you go about putting protection to your Ubot program so that the user can only use it for a certain amount of time and when that time comes, the bot simple does not work anymore?
  16. How would you automate a site that is lagging? I tried various options for "wait" command but sometimes it slips through and the commands were executed leaving the browser lagging.
  17. hmm... thanks UbotDev. I'll try to check on "define" command and see if that serves my purpose.
  18. Can we re-use nodes in Ubot? I mean in programming, they have functions that can be called multiple times when needed. Sure we can copy/paste nodes but I wonder if Ubot has that re-usable node functionality. Any thoughts? TIA
  19. ahh ok. thanks TJ. Its working now
  20. batibot

    Page Refresh

    Hi, it doesn't work when I pasted the code. I don't know why? EDIT: Its ok now. Because I'm using node view, I just put javascript:document.location.reload(true); in the run javascript node. - thanks.
  21. batibot

    Page Refresh

    Hi All, How can I mimic a "page refresh" or "reload page" in Ubot other than calling "navigate". thanks in advance.
  22. Hi TJ, Sorry Im completely noob. What do you mean by use {ENTER} Thanks
  23. is there a way Ubot can mimic entering a number into the input field and then pressing the "Enter key" to register that entered number. below is the structure of the input tag: <input type="text" onkeypress="return js_method(args)" > Any idea? TIA
  24. Is it possible for Ubot to interact with a page that has dynamic text? I mean there are text that is dynamically changing depending on the result of something. For example, the current text is displayed as "win". Then after a couple of minutes, it might change to "lose". Can Ubot detects this dynamic changes so it can react depending on whats currently displayed? So its like when the text "win" exists, and while it exists - do this. if later it changed to "lose", then do that. else, wait till the text change to "win" again and repeat the whole process. Any ideas how I can implement this functi
×
×
  • Create New...