Jump to content
UBot Underground

UBOTEM

Fellow UBotter
  • Content Count

    197
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by UBOTEM

  1. I have a mutithread bot running since yesterday, no crashes. I run 7 threads, one browser(one user/session) by thread. No problems till now, my Resource Monitor shows Browsers.exe no bigger than 100MB.

     

    It logins to a site, get some orders from a backend I programmed in Rails and then navigate to a site/scrap and post to the target social site, like 300 times each thread. I have several Wait commands here and there ... and a big random WAIT at the end of each cicle to act more human. Its a big complex BOT and now have no issues with memory.

     

    Great news, may I ask which method you used?

     

    I have no trouble with my method :)

  2. Hello fellow ubotters,

     

    Have a quick question for you all!

     

    Does anyone have issues with their bots or software being detected as a virus by Advast?

     

    It seems that most of my software is wrongly detected as dangerous by Advast, I have even refunded some of my customers due to this!

     

    Also does the Installer in ubot 5 solve this problem? As I expect this is why we have an installer to bypass antivirus software and so that our software looks more professional!

     

    Lastly can I package a ubot 4 bot using the ubot5 installer? I am guessing I can :)

     

    Anyways thanks in advance for the feedback :)

  3. I really want to be clear on this. I truly and genuinely appreciate each and every one of you. It's because of all of you that we're able to live our dreams of running a small business creating automation software. Your passion toward the continued improvement of the software is almost as great as our passion for the very same.

     

    I also have a responsibility to the users of this forum. If the UBot forum becomes a complaint department, then we're robbing people of the real value of the community. There are always going to be issues and things that are worth making a fuss about. But is that the sort of place we want this to be? Or would it be better for the forum to keep being the amazing resource that it is for new and old customers alike, and for all the impassioned bug reports and feature requests to go where they ought to?

     

     

     

    Its your business and dream... and like that you want a more community driven forum :)

     

    But could it be possible to have a private bug forum for people to find and fix bugs? - separate from the community forum!

     

    Just had a post removed this morning, that i was ranting about my frustration with ubot5, but after reading this thread am happy for it to be removed.

    (it wasnt too bad, and actually said how much i love ubot)

     

    But it would be cool if I had a place to rant and report bugs to other members, them ubot staff can also use the forum to fix and get bug reports.

     

    Bugs can be listed somewhere and the community can be aware of the bugs and if there is any work-around solution or if it is critical awaiting a ubot update.

     

    Anyways love ubot and happy to abide by whatever rules, but zero tolerance is a bit strict as some members are not necessary deliberately breaking some rules!

     

    Either way keep up the great work :)

  4. Had already tried that, but seems that it does not work with my bootstrap :(

     

    The value of the variable stays as 'on'

     

    Works fine if I remove the DIV tag around the INPUT tag....

     

    Without the DIV I get normal values 'true' and 'false'

     

    Thanks for trying to help, I may have to modify the bootstrap :(

     

    Supprised nobody has used toggle switches yet, or maybe they have and just not sharing :P

  5. @macster

     

    LOL I have been spending this afternoon playing with Twitter Bootstrap3, will check your links in a bit :)

     

    Have a small problem tho....

     

    Am using switches as my checkboxes and not able to get them to work with variables :(((

     

    Dunno what I am doing wrong, got all other bootstrap elements working correctly just checkboxes need sorting....

    <div id="label-switch" class="make-switch"  data-on="primary" data-off="info" data-on-label=" Program " data-off-label="Documents">
    <input type="checkbox" checked>
    </div>
    

    The above is my code for one of my switches, tried adding variable to it but showes variable value as 'on' no matter if switch switch :)

     

    ANY help would be appreciated... Have seen lazybots plugin but would rather learn first before using tools :)

    (have not checked if he has working checkbox, may have another look, after my dinner)

     

    Here is a little sneak preview of what my UI panel may look like :)

     

    Still making a few changes, but you get the jist :)

     

    http://software.iwebx.info/img/gm-scraper-8.png

  6. Just upgraded to Pro (have to wait for confirmation)

     

    Looking forward to see what I can do with flash using pro :D

     

    I have a few ideas :D

     

    Most likely will upgrade to DEV today too!

     

    Have looked at some UI elements that I wish to use in my software, but am currently clueless on how to add to my software :)

     

    Have seen the UI elements bot for sale here at $97 but will want to do it myself so that I have full control and learn how to do myself!

     

    Does anyone here have some good resources or guides to add my own buttons and switches to my software?

     

    Thanks to all in advance :D

  7. Hello community,

     

    This is my first post and am new to the forums.

     

    Have studied uBot for a little while, but still a little new :)

     

    I'm having trouble scraping emails from a webpage...

    I have tried most of the regex codes in EditPad and the only one that seemed to work and highlight the email addresses was this code:

    \b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b
    

    But when I am using this code in uBot I dont seem to be able to scrape anything...

    Also tried looking with insersions like:

    (?<=.)\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b(?=.)
    


    Also tried it in brackets like this:

    (\([A-Z0-9._%-])+@([A-Z0-9.-]+)\.([A-Z]{2,4})(\
    

    Does all regex work the same on different aplications?
    My codes pickup emails in Regex editors but not seem to get working in uBot :(((

    It is a little annoying and fustrating for me, as have learnt regex quite quickly, and have produced many other scrapes using regex.

    And I'm quite sure I'm using uBot correctly.

    I have attached a screenshot of the uBot node, for people to see.

     

    Surely the code i have setup should collect all email addresses that parse my regex and add them to the list?

    Any help would be appreciated.

    I had also read this post http://www.ubotstudio.com/forum/index.php?/topic/6482-regex-code-for-email-addresses/

    and none of them regex codes worked for me, but the topic was mainly talking how to catch email  addresses with spaces before and after the @ symbol.

     

    My regex is improving, and scraping more 'tightly', without having to clean results when I first stated playing with it.

     

    But this one is bugging me so thought would ask the forum...

     

    Thanks in advance for any help I get :~)

     

     


     

     

     

     

    post-11217-0-78364100-1374228477_thumb.png

×
×
  • Create New...