Jump to content
UBot Underground

UBOTEM

Fellow UBotter
  • Content Count

    197
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by UBOTEM

  1. 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. are you using the onload command? if so, try removing if problems in your onload, it may work correctly in studio, but will stop compiled bots from opening
  4. 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 somewher
  5. I found out manually buy monitoring memory usage! But once you know this trick ubot 4 works fine I have yet to produce a large working bot in ubot 5, and not sure if will till all simple function bugs are fixed.
  6. The answer is simple and should be in the manual.. Most ubotters had to find this themselves. Simply set user agent before any navigation command And close thread if multi threading
  7. Have had to resort to normal boring checkboxes untill I figure this out
  8. 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
  9. Just checked if I can get checkboxes working, and yes simple! But can not get the fancy switches working
  10. Damn should have bought Lazy bots tool yesterday it was $25 now $35 LOL Seems he has not created a switch tho, from what I can see I really want the switch working, as it looks great and is more modern... Have also been reading this http://izpack.org/documentation/user-input.html But it does not seem to help me, or am doing something wrong!
  11. @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 va
  12. Just upgraded to Pro (have to wait for confirmation) Looking forward to see what I can do with flash using pro I have a few ideas 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
  13. @kev123 Just normal email addresses.... Seem to have made my own REGEX code that is working well for grabbing most emails (works better than of the REGEX cheat sheet)
  14. Btw now using the one from cheat sheet: (\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,6}) may revert to others, but will see how this performs first
  15. 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._%-]
×
×
  • Create New...