Jump to content
UBot Underground

Josh

Fellow UBotter
  • Content Count

    348
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Josh

  1. I just wanted to give you a heads up.

     

    When using the html to pdf command if the image doesn't actually exists or load the

    PDF conversion will fail. This is the error you get when trying to open the file in adobe.

     

    http://i.imgur.com/QTqX9Wb.png

    Getting the same error and I just bought this. Is this going to be fixed any time soon?

  2. I just recently took a new job, and unfortunately it is in my contract that I cannot make money outside of work. I haven't started the new job yet so I'm looking to sell my bot source code before I start.

     

    The source code is a ReverbNation Auto-Fan bot, and it works very well.  You can see more about the bot here http://bot-bot.com/paid-bots/reverbnation-fan-bot/

     

    I have not really promoted the bot yet anywhere like WSO's or anything so that is something you could do with the bot. I can also send some proof images from my RevebNation account that are not yet on the website above as they show just how well the fan bot really works.

     

    The bot is coded with Aymen's SQLite plugin in UBS4.

     

    I am willing to sell the source code the exe files, all images I have created, as well as my small customer base for the bot. As I stated before I have not promoted the bot anywhere so that leaves a lot of places open for you to make money with the bot. I will also no longer be selling the bot myself.

     

    Pricing is up for negotiation, but I'm planning on selling this to as many people that are willing to buy. If you wanted to buy exclusive rights I'm sure we can work something out, but it will cost more considering I won't be able to sell it to anyone else.

     

    Shoot me a PM if interested and make me an offer.

  3. My suggestion is along the lines of Dankass' suggestion. I would like to be able to offer 2 licenses. One with lifetime updates and one that runs by subscription.

     

    It would be nice to have the option to turn off updates for specific users. So if a user is on the subscription and they cancel I can turn off updates for that user. This way they can still use the software they just don't get any updates.

  4. Hey I setup a TinyMCE area in my UI HTML Panel. I am wondering how I can get the text and information within the TinyMCE are into a variable. I thought if I did the usual <textarea variable="#Example".... It would work but TinyMCE in reality is hiding the text area. Any ideas how to do this.

     

    Hey Venture did you ever get this working? I haven't even been able to get the tinymce to display in my ui.

  5. Just created a function for this....

     

    define $round number(#decimal places, #number to round) {
        set(#rounded number, $eval("Math.round({#number to round}*{#decimal places})/{#decimal places};"), "Global")
        return(#rounded number)
    }
    

    when you enter in decimal places they need to be 10,100,1000 etc.

     

    so if you want to round to 1 decimal place then you enter 10, for 2 you enter 100, 3 you enter 1000. etc.

    • Like 1
  6. I am offering this source for free. It is to unzip a file on your server. using php

     

    It uses Aymen's FTP plugin so if you don't have that then it won't work and you should probably purchase it since it is an awesome plugin....

     

    You can get it here http://www.ubotstudio.com/forum/index.php?/topic/13001-sell-ubot-ftp-plugin-limited-time-offer/

     

    FYI: I am not associated with Aymen, not getting paid to push his plugin or even asked to promote it. Just promoting it because it is super useful.

     

    That said, this source simply uploads a test zip file and unzips it. Checks to see if the test.txt file inside the zip now exists on the server and then deletes all the files from the server. Then returns a "good" or "bad" alert.

     

    I'm giving this for free to hopefully get as many people to test it out as possible. The functionality is going to be used in a big bot I'm working on so I need to make sure it works on as many server configurations as possible.

     

    If you download it please just run it and let me know if it worked or not. It will be very helpful for me and you get a free script out of it.

     

     

    http://joshmccann.com/test-unzip.zip

    • Like 1
  7. I think I found a bug in the latest release.

     

    The get data command no longer works with variables as the database path. I tested this without a variable as the database path and it works. This worked in previous versions of the plugin.

     

    This is my ubot code....

     

    plugin command("SQLlite.dll", "SQLite Get Data", #domain name, "select * from pages
    where profile_name=\"{#pages profile}\";", &pages data table)
    
  8. Load UI HTML Browser

     

    Currently if you want to use the browser for a UI like forms and such you need to create the html for the form and load html. after the user fills the form it does not update any variables.

    You have to use set variable>scrape attribute to scrape the form fields and set the variable to what has been entered in the form field.

     

    On the other side if you are tabulating form fields from data you have previously stored you need to load the html and then type text into each of the form fields.

     

    You can't use stat monitor there either. Because you would have to load html each time the stat monitor updates.

     

    So my suggestion is to create a load UI HTML Browser command. This would make the browser function work like a ui html panel. I think this would be very very useful.

  9. Hey Josh, that should work perfectly :) Sorry that it involves manual work! If you use UbotLocker to manage your subscriptions, then it will automatically cancel the license for "Monthly Updates" as soon as someone lets their subscription expire (via cancellation or non-payment).

     

    -meter

     

    Hey Meter,

     

    SO I just figured out that this won't work as I am not able to have 2 projects with the same name in the system, and that would be necessary for this to work. Can you think of any other workarounds that might work?

×
×
  • Create New...