Jump to content
UBot Underground

MasteRofBotS

Members
  • Content Count

    39
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by MasteRofBotS

  1. Indeed. @hare ram - are you alive and visiting the forum? If so, please send me a PM via the forum with the full list of websites that your program can handle as of now, I will be happy to check it out and maybe do a deal with you.
  2. I see what you did there, Dan! When I've seen that Exbrowser has gone from one-time payment to monthly sub sales model I was happy that I have joined the party before it happened Everything else additional features/commands wise can be found in most of the free plugins here on the forum which is awesome or you can do a go-around code and have it done anyways. This isn't valid for the Exbrowser tho and if I would have to choose only 1 external plugin with my ubot and delete the rest, then it would definitely be the Exbrowser! Ubot itself can do a hell lot of stuff but with Exbrowser it be
  3. I read your answer, took a look at the code and the first thing that comes to my mind was to add a kind of level 1 loop that would be run as many times as the user want (ui input) and this way you could combines like 10, 20 or how many lists you freakin want to, to infinity... Plus multiple threads all the way so the number of combinations would grow expotentionally Thanks to both of you guys for making my brain do some abstract thinking
  4. From what I understand after reading your post, you could use the most simple FTP commands and combine them with SQL commands. Files would be stored directly in each of the users system but they need to know how to connect to each other - using a SQL command you could make them exchange current logins and passwords to access files with an use of online MySQL database and the FTP commands would allow them to transfer the files in a peer-to-peer fashion simply casue they got all the details and FTP function needs to connect to file server (which in this case would be other user).
  5. Hi @LoWrIdErTJ or TJ! First of thanks for awesome plugins you provided already to me, appriciate it. As for your product you have over here for sale, I'm curious if I could get a compiled .exe of it from you, just for my personal use and to check out how it works with my hands on it. I've done some similar "content creation/repurpose" programs of my own for specific niches and would be happy to give yours my attention and take it for a test drive. I'm not interested in reselling/reusing the code of yours, but seeing compiled program from you in action on my own eyes would definitely give m
  6. Did you try to use different browsers? Ubot 6 has them built in so give it a try (in Options you can change that) and see if that helps.
  7. I've had a similar problem (compiled bot not starting on win server, same as here, in task manager was showing but no gui) and didn't find any other solution to that then getting a clean copy of WIN installed.
  8. Romeo - kudos to you for that action and going straight 12 hours to make it work. I respect people like you. Seen you software before I got an account on the forum and I can tell you right away that for the 1st piece of software, official one like you called it, you are on the right path. Focus, dedication and all-in-work pays of big time especially with uBot You also have a sales page already, which is pretty impressive. Keep it up! How you are doing with selling it/promoting? Did you already hit forums and/or JV partners to promote it?
  9. Nothing really happens beside the fact that you can't use the stuff from botbank anymore when your "update" package expires. + you won't be able to update the uBot itself beyond the last version that was available at the time your update packages expired. Ubot still works, all the plugins as well and your bots (compiled or not) will work as they did previously. Pricing is the same for all level (standard, pro, dev): 6 Month Subscription to Updates and Support – $54.00 1 Year Subscription – $97.00 You don't need to worry about it as long as you don't need any botbank function or the new
  10. HelloInsomnia - Thank you very much for the video and the ebook you provided for free regarding clean code. The thing like good variable naming and using comments was obvious to me from the beggining but I also got this one "small" tip that changed my way of thinking already. Keeping defines as simple as "1 action" per define is really a golden tip and with the level of complexity I'm at with my bots it really makes a big difference! Please don't stop producing that awesome content, I'm following you and watching every piece of video you put out there
  11. MasteRofBotS

    We can revive it easily without the need of staff/admins doing anything. I personally found this forum and knowledge in it far more helpful when in question what to do next/what to use in uBot just being a "watcher". What it lacks definitely and the whole thing is an ORDER - there are many gold nuggets everywhere in here and there is definitely a need for a road map/navigation of some sort for them so new members can find them more easily. The next step would be to make more people contribute and add more gold nuggets so we all benefit. I'm just starting my journey with the forum cause I too
  12. Why not give an user an .html file instead for viewing? They can still get a .csv one for later work but an .html can be easily opened without the need for Excel and you can add a little bit of formating to make it even nicer. Pretty much all you would have to do to achieve that is changing file name when saving and making some <br> + if you want table tags for each of the rows
  13. This is #1 free plugin for uBot. Thank you very much heopas for making this and putting it out here for free!
  14. Hi Kev. With HTTP it goes like this: HTTP Post - when you want to send something TO WEBSITE, like a form or whatever HTTP Get - when you want to get something TO YOU, like loading a page to do whatever you want with it's source <- and this is what you need to use in your case
×
×
  • Create New...