Jump to content
UBot Underground

Frank

Fellow UBotter
  • Content Count

    1069
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by Frank

  1. Meter I wanted to pass on a very big thank you for the licensing system! I can honestly say that your software has made me very profitable. I've written and distributed bots before but I was always finding no matter what I did, it would get cracked in no time flat. A lot have tried to crack code I protect with ubotlocker but as far as I know, none have succeeded! Thanks from the bottom of my heart mate. Frank
  2. Hey Macster, been trying to contact you in various methods but didn't see any replies. I need to get a new download link for the software. Frank
  3. I know the title is a bit over used nowadays, but it really describes my journey using Ubot. I'm probably one of Seth's first customers for UBot and I can remember late version 1, early version 2. What attracted me to it way back when is the fact that I really wanted to learn how to program and ubot seemed pretty cool! Now, I've been using ubot for several years and done reasonably well with it. I've been able to make money with it on a continuous basis just by solving ecky web problems with automation. Things like, I've managed several customer infusionsoft accounts and correcting commiss
  4. Yea agreed. 5.9.19 is pretty smokin. It takes time but I think Seth has really rocked it out. Frank
  5. Hey all, Is there any way to be running a child browser window in ubot and have it look at the main window and do something in the main window while working in the child window? Frank
  6. What I'd like to be able to do is allow the user to click on the child browser that is displayed on the right to make it full screen but they cannot touch the settings in the window itself. Is that possible? So they can click between the windows but the child windows are not manually editable when locked? Frank
  7. Hey Dan, maybe should have been more clear on point one. I need to be able to log into google multiple times with different accounts at the same time without one browser knowing who is longing in the other browser. And I may need to log in up to 10 times at the same time with 10 different logins. Frank
  8. Hey Dan, a couple of questions for you on exbrowser and please forgive me for my ignorance. First, is it possible to run multiple browsers, each with their own cookies to permit me to log into the same site with different credentials at the same time? (Same browser software.) Second, is it possible to run the browsers hidden? Thanks, Frank
  9. Oh man, I've made my money back on ubot 10x's over just with my latest product I released 2 weeks back. (Even surprised me this last launch, lol.) Frank
  10. The long and short answer is that a define is a subroutine. It's the grandfather to object oriented programming. Frank
  11. Good call Dan. I gotta tell you that the file management plugin is like the best free plugin around.Saved my bacon on several occasions. Frank
  12. Ok, yes your logic is a bit wacked. You are calling an if statement based upon the same condition of the loop. If it passes on one, it will pass on the other. You technically should never call the else in the if statement. I must say I like how you used the offset statement and a variable to call each ip and port, one after another. The only time you could run into errors is if 20 addresses are not present. It will cause your scrapes to error out or return nothing at the least. Personally a better way to scrape the entries is to use the 'scrape table' command will let you pull the whole ta
  13. Good work David! It those like yourself that take action and succeed! Keep it up! Frank
  14. After more digging, I did find that calling a stop in the thread is very bad too. It will stop any execution occurring in the process thread that called the thread command.
  15. Hey Pash got the update. Getting there for sure. But unable to maximize the child browser in ubot if I lock just the child browser. Frank
  16. Sorry Pash, got tied up trying to get a program out for sales. Some more things have started to work - like the enhanced debugging window. But the one thing I was hoping for was the ability to fold code in the code view. You show it in your earlier videos. so I can close large chunks of code in the code view quickly. Another question, is there any way to stipulate the command 'browser lock' to a seperate browser session? I'd like to show the mini browser in the right of the main browser in ubot but if they click on it, it will switch places with the main browser but still be unclickable the th
  17. Hey all, Came across something unusual and I'm not sure how to call it. I will mention it here though in the forums to allow someone else to save a day of frustration if they do the same thing. I'm running some code that does a thread command with a define being called in it so I can allow the code to continue on and do other things. Now, for testing purposes, I put a stop a couple of commands later. I've been testing and trying to figure out why my threaded define call kept not working. Turns out if you call a stop on the code that is running, it will also kill all threads spawn from
  18. Sure, some things are now working. Licensing seems to have cured itself as well as the advanced debugger. But still no code folding in code view - which would be uber handy. I'll send you a PM on the forum with more information. Frank
  19. Did as instructed and there was no change. Frank
  20. Things seemed to have fixed themselves today Pash. But I have been having issues accessing all the features. I did discover that I didn't move the config.txt file into the my documents folder. Did that. Now, the buttons along the top are there but I'm missing a lot of features still - not sure how to get them going.. In code view -no code folding -no right click options (using the buttons on top work) -no customization Debugger -still shows the standard debugger window Functions -like compiling when the .exe is open - doesn't work. I've got the special commands register in the on load
  21. Pash I keep getting errors with this plugin and the other, advanced ubot 1. 'License not active for Advanced Ubot 2 plugin. If you lost track of it, you can manually de-activate it from your account' and 'Plugin Name: Advanced Ubot: Unable to contact license server.' Not sure why it keep randomly throwing this error but it is impeding my work now. Frank
  22. Thanks Pash - works like hot butter! Frank
  23. Pash, is there any way to put a qualifier on the 'on close' command? I'd only like to show the close dialog IF one of my global variables is set to a particular value to tell the user something hasn't finished yet before trying to close. Also, how do I get the latest versions of purchased plugins. I just realized that I'm more than a few versions behind on this plugin. Frank
×
×
  • Create New...