Jump to content
UBot Underground

Frank

Fellow UBotter
  • Content Count

    1069
  • Joined

  • Last visited

  • Days Won

    43

Posts posted by Frank

  1. Hey Jack,

     

    Little late on the reply, but I do hope that you've kept yourself going Jack. I can tell you that programming in ubot and building apps not only supplemented my income in a big way but also changed my career direction. I now not only use ubot but program a lot in c#.

     

    Lovin it.

     

    Frank

    • Like 1
  2. My programs run 100's of variables as well and the real trick is to use the function of local variables in ubot. This will elevated a lot of pain. A bit trickier to develop but build your programs functionality into modules and create tests to test them and you should be golden.

     

    Frank

    • Like 2
  3. Hey all,

     

    I've got literally 1 user who tries to use the app created with ubot and it keeps just shutting itself down. The problem seems to have started with version .43 and persists. What can I do to help this person resolve the issue? I've already checked things like antirivirus, troubles with the operating system.

     

    What else or is there a way to put in logging?

     

    Frank

  4. From experience, I can argue that protecting one's code is a good thing. Yes, all code is hackable but the whole point here is like putting a lock on your door to your house. Why? It won't stop someone who truly wants to break in. BUT it's there to keep the honest people honest.

     

    I've sold bots that were unprotected and bots that are and I make way, way more on protected bots. Is it a pain in my butt - yep it is, but again it makes a difference.

     

    And I've got to stand up for the dev's here too. There is no way to make code completely unhackable. I wish there was because it would make my day. Again, we are trying to keep the honest people honest.

     

    Frank

  5. Unfortunately, it's better if you show an example, but the long and short of it is, even if you xpath is 100%, you may still have to add a small delay after the wait for element statement. This is a method used by many sites to mess with automation. Remember, they are not trying to make it easy for us.

     

    ok so ive tried on multiple occasions to get the wait functions to work and they seem to just get passed over. because of this i always get a error about "slate" itll say something on the lines of the element can not be found. All of the xpaths are correct and have been tested but the wait functions do not work. I use the ubot wait feature and itll work but when it goes faster itll throw an error.

  6. Hey Dan,
     
    I think I've got something that has stumped me. I'm trying to automate ifttt recipe setup and when I get to the windows where I can enter recipe information, I cannot for love nor money figure out how to make it work. It's using complex javascript to fill in a hidden textbox.
     
    Here's a sample of the code driving the box:
     

    <div class="growing-text-area" data-reactid=".0.2.0.$=1$actionFields.0.0.1.1:$tweet.1.1.0"><textarea name="fields[tweet]" class="hidden-text" data-reactid=".0.2.0.$=1$actionFields.0.0.1.1:$tweet.1.1.0.0">{{EntryTitle}} {{EntryUrl}}</textarea><div class="visible" data-reactid=".0.2.0.$=1$actionFields.0.0.1.1:$tweet.1.1.0.1" style="border-style: solid; border-width: 4px; color: rgb(255, 255, 255); font-family: "Avenir Next W01", "Avenir Next", Avenir, helvetica, arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 22.5px; margin: 0px; padding: 9px 13.5px;">{{EntryTitle}} {{EntryUrl}}
    </div></div>

    If you setup an iftttt accoount and then connect it to a twitter account, you eventually get to this field. I've tried just about everything. The input box is designed to respond to keyboard input and I cannot use the exbrowser type commands to make it work.

     

    Here's a link to see the page I'm talking about: https://www.screencast.com/t/ah9uzAGaVcs

     

    By the way, I can click in the field to activate the box, but I'm not sure how to send characters once I click in the box with the exbrowser click command.

     

     

    Frank

×
×
  • Create New...