Jump to content
UBot Underground

korneld

Fellow UBotter
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by korneld

  1. Hi. I built me a bot that scrapes the yellow pages. Everything is done and it works fine for the most part except for this: when a business doesn't have a phone number listed for instance, ubot just skips to the next one. Now my rows a different lenghts and the data is miss-matched. I'm using '$scrape attribute' to grab thing, then adding the results to a list which in turn get added to a column in a table. Is there a way to make ubot add a blank in such case?

  2. I need to make the Run/Pause/Stop bar disappear from the compiled version of my bot. I have successfully used Resource Hacker to change the icons and I was told that this was the tool to deal with the bar as well, but I'm stomped.

     

    When I open my exe in Reshacker, I see 4 folders. 'Icon', 'Icon Group', 'Version Info' and '24'. There isn't much in these directories either. I was hoping for some kind of a source code file where I was going to be able to just comment it out.

     

    Thanks for your help in advance.

  3. Actually, I am using this to abort a long script if I change my mind. Scraping for instance can take a long time, so this is a nice option.

     

    I did figure it out, here is a sample script:

     

    set(#test, 10, "Global")
    if(#test = 10) {
       then {
           alert("zero")
       }
       else {
           alert("one")
       }
    }
    

     

    Instead of the alert, you can add the stop script command. The problem I had with the if statement was that I couldn't figure out what the syntax was for the condition was. I thought I read somewhere on here that you had to use curly brackets (goes like this {#test}) otherwise the variable was going to be interpreted as a string. That didn't work of course, and the uBot documentation has nothing on this.

     

    Also, I think it's absolutely retarded that you can only post once a day on this forum until you have 50 posts. Starting out, people tend to have a ton of questions and with the half-assed documentation uBot has having unfettered access to the forums would be an absolute lifesaver. So having to keep spam out is a bitch. Not my problem. You are charging hundreds of dollars for this thing, hire someone who can keep a lid on spammers. I can't afford to wait 24 hours to ask a question. Thank you for your consideration.

×
×
  • Create New...