Jump to content
UBot Underground

Arran'sDad

Fellow UBotter
  • Content Count

    18
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Arran'sDad

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    3Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

3148 profile views
  1. So glad I could help. I had the same problem from another customer who extracted my protected bot to a temporary folder. Same issue. Here is Meter's explanation to me: Note that there is a ~ character in the second folder path. Hopefully this will help you Carl with similar support tickets. All the best, David
  2. Hi, I don't know if you got an answer or not but I have had a conversation with Meter about a similar issue a customer of mine was having. Meter's licence system currently has problems with special characters. My customer had Chinese characters in his folder path and yours has what looks like Arabic to me, but please excuse my ignorance if it isn't. It should work if you move it into a folder without special characters. Hope that helps, David
  3. Much appreciated. I'll keep looking. Thanks again
  4. Ok thanks. That's what it looks like. It just didn't work when, of all times, I was doing a video tutorial. I'll check it over again. I just wasn't sure as I know you can get scripts that put tabs in a single pane, whereas I have used the Ubot 'add a new script' button. Back to the drawing board. Thanks again, Dave
  5. Hi folks, I have a bot using two different tabs. I have several 'Define' nodes in the first and just an input area in the second, since it needs more room. The inputs in the second tab are global and relate to the first. Basically it is a single software in two tabs. I have a button in the html UI panel in tab 2 which I set to run a script contained in tab 1. However it doesn't seem to work. I assume custom commands are not global and so I have to figure how to run tab 1 scripts from tab 2. Can this be done simply? Otherwise I'd have to copy my whole script to tab 2 and that doesn't se
  6. I think I get it. Many thanks for your time
  7. Thanks for the reply. If I could impose upon you to expand, do I set the delay within the loop, or at the beginning? Also, a bit more info needed on the global parameter bit. I am in the early stages of learning still. Much appreciated, Dave
  8. Hi folks, I'm trying to get a better idea of the limitations of multithreading. What I am trying to do is fill in a form up to 5 times. However the form data is input via UI by the user. If I used a loop I would make a list from text and enter next list item in the appropriate field. But can I use threads to enter specific info like this? If they run simultaneously then how will each new browser know what 'next list item' is? It hasn't worked for me yet. So either there is a way I don't yet know, or I will need to just use a straight loop, which would only take a couple of minutes lo
  9. Never mind. I discovered it while experimenting. I put the process in a define command and ran it from my html button. I feel silly for not thinking of it sooner.
  10. Hi folks, I was wondering if it was possible to transfer code from ubot to an html panel I'm building in an html editor. I saw a great tutorial by Manny on how to use windows commands to build a button that will open a UI window. The method uses the windows functions for a mouse click and keyboard event. It works nicely if using a UI button in a UI panel. However, I am building a UI panel in html/js and would like to incorporate a button that does the same. Is it possible to transfer ubot code to the button html code so that it will still function? Many thanks in advance, Dave
  11. That is exactly what I'm after. I actually need to replace the start and add a bit to the end. I take it you can do that with text functions? I have no idea about Regex (yet!) Thanks for the reply. Much appreciated. Best wishes Dave
  12. Hi folks, OK, first question. I made a Bot to scrape Youtube video codes from links on the Video manager page. The html is: <a href="/watch?v=-55U2DIeAYw" class="vm-video-title-content yt-uix-sessionlink" data-sessionlink="ei=CJzZ_Z2XorUCFcuBIQod82TudA%3D%3D">My Movie</a> I use attribute href to give me /watch?v=-55U2DIeAYw, and add this to a list, then table, then save. It works the way I want but I only really want to scrape the code.after v=. How would I go about this when writing the bot? Thanks, Dave
  13. Thanks to you both. Pleasure to meet you. Dave
  14. Thanks Aymen and a2mateit. Glad to be here. Best wishes, Dave
  15. Thanks Magoo, nice to meet you too. Dave
×
×
  • Create New...