Jump to content
UBot Underground

Brutal

Fellow UBotter
  • Content Count

    691
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Brutal

  1. hahaha!... some other sad sack probably said the same thing 4 years ago! ha!
  2. This is still the case so im guessing no sort of fix ever came around. Right now I just build a little command into my bots to auto-delete that file. One of my customers ended up with 25gigs in this file because I had never thought to auto-delete it.
  3. You guys may already know this, but i'll put it out there for those who may not. When you need to reinstall ubot, after you uninstall... Go to your appdata folder and delete the ubot studio folder in there as well. Then, go do your fresh install. This makes sure that you really get a full fresh install.
  4. plugin might be broken - I tried the large data plugin and the ubot file you provide as an example... it wouldnt create table from file... Well, I couldn't see anything about it in the debugger. Or, might be that I just don't understand the plugin :-)
  5. have you tried just scraping the iframe url and going directly to it in order to scrape its content?
  6. Absolute MUST HAVE! The var/list/table handler alone is worth the price of the program... This is powerful stuff.
  7. hoanglo - if you find a phone verification service that passes google for gmail accounts, be sure and let the rest of us know :-)
  8. I have used that method from the beginning Frank. I put it in a command and can use either prompts or ui html window to require the user to register his name/email. Then I use an if statement... [if] #name #email do-not = nothing [then] continue [else] stop script I actually use loops in mine so that they cant do anything until they have entered data as expected. ubot is a brutal list builder :-)
  9. Man I don't think ubot updates .net for the user. My installer checks their .net and prompts the user if he needs to update it.
  10. Stan, i'm using v44 and its validating ok - it does seem to take several seconds longer, but its working for me.
  11. One solution may be to use buttons and prompts or ui html windows. Instead of putting the input area on the screen, put a button there, and then the button is clicked, it opens another small window to accept the data input. This will greatly reduce the size of your gui
  12. you might try using chrome 49 ... plus reset browser, plus open new browser ... this might get you cleared enough to proceed
  13. as long as they are visiting via your bot/software, this is no problem. however, if you are wanting a webscript (like php) to achieve the goal, then a ubot forum isn't your best choice.
  14. connect to the ftp, then either use 'check if ftp file exists' (if exists -then-set var to true-else set var to false) or if you are giving it to customers and have no way to know what files they have in their ftp, then use the 'create file' command then check to see if file exists, then delete it so that you do not junk up their ftp. Thats just one way of course.... you really have lots of options
  15. you can run a program (or programs) with no visual display.
  16. http://network.ubotstudio.com/store/wp-content/uploads/sites/2/2016/12/s0.png Price: Only $10 To purchase: Click Here Send me a private message after purchase and I'll provide the download link.
  17. Has this plugin died? I run hidden shell.... nothing happens Run same command in shell ... process happens. Or am I just missing something?
  18. Im running a call via command line.... It shows the desired data onScreen. How would I capture that data into a variable?
  19. Pash - You Are A Total Rock Star Man!! Thank you!
  20. Hey guys, how would I parse this out. example: sub.domain.com I would want to be left either with just: domain.com or another way to look at it is how can I tell if a domain name in a variable contains 2 dots? .. like the example above... sub[dot] & domain[dot]
  21. Just what I needed Big D! M - Thanks for pitching in man!
×
×
  • Create New...