Jump to content
UBot Underground

MasteRofBotS

Members
  • Content Count

    39
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by MasteRofBotS

  1. I see what you did there, Dan! :D 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 becomes like an incredibile and unstopable ELITE COMMANDO cause in cases where internal browser is unable to do a particular step or have problems with going through a website which can happen to anyone, the Exbrowser is going to get the thing done for sure!

     

    I got Exbrowser just for that case, cause instead of wasting my time and not getting something browser-wise done, I've bought Exbrowser which made me and my bot laugh at pre-Exbrowser time problems we had on some websites :)

     

    To anyone wondering, JUST FREAKIN BUY IT. WORTH IT!

     

    Thanks Dan for your work!

     

    And if at some point in future I buy the whole ubot thing from set I will make your Exbrowser a core feature of ubot cause it's really allowing any bot to do anything and I wish them bot-blockers good look when I can change browsers and all the little and big setting inside to a totally random things and make my bot really INCOGNITO ;)

     

    :D :D :D 

  2. Looks good and it made me think what if you could accept any number of lists and do this. Use a list to store each list in a list item and make a crazy amount of variations. Although I'm not sure what I'd use it for  :lol:

     

    :D 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 :D

    Thanks to both of you guys for making my brain do some abstract thinking B)

    • Like 1
  3. 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).

  4. 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 me some new hints for my dev ventures ;) Plus I won't mind leaving a review here for it with a little example of how to use it.

     

    Your plugins were really good ones, if this is the same case with this program, after some tests I might have some clients that would buy this kind of software and/or it would save me a ton of coding just to get the posting/content getting features up.

     

    Let me know and wish you all the best!

  5. 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?

  6. 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 update will change something for you - then you simply login and buy the update package for your license.

  7. 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  :)

    • Like 1
  8. 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 took some time to learn as much as I can about uBot by doing, this forum helped me a lot and now it's time to start giving back. I will be getting more into it and if anyone is interested in helping/contributing - cause I can see a strong community here already - let's talk and together we can definitely find things that will benefit all of us, uBotters :)

    • Like 1
  9. Anyone have a way to use the large table in a data grid? I need a way to show the progress to users when running the bot.

    Edit: I switched over to using the "Add Row" to the data grid which works but also doesn't support a row number gotta find a way to work around that. 

     

    When using 'save to file' and 'return large table csv' I can double click the final file and it opens in excel looks good but anything with a comma in it breaks the cells. I can't find anyway to add an enclosing " to this to correct it. 

     

    If I instead use 'Large Table Save File' and save it as  a csv file when I double click/open the document in excel. All data is in the first cell only but has proper commas and enclosed lines. I can open this properly but it requires me to open excel,  a blank workbook, and then I need to import this csv file as text and set the delimiter to comma then import. 

     

    Is there anyway to save the data so when an end user just double clicks the saved file that it will open properly in excel? Normal uBot tables when saved can simply be double clicked and they load properly without any extra steps. 

     

    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 :)

  10. 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...