Jump to content
UBot Underground

TheBigWeb

Fellow UBotter
  • Content Count

    201
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by TheBigWeb

  1. I always include them within the installer. I have had to recompile using UBot 5.9.19 to get everyone working again. Seems to be issues with later builds of UBot as I did not have to change any code just the version of UBot. Can you guys look into this? I beleive a ticket has already been made. It's a pain because I cannot update Ubot now until this problem is fixed.

     

    Cheers.

  2. Hi,

     

    I have a platinum lifetime version and I'm wondering if you will ever remove the limitation of only being able to add 10 campaigns at a time.

     

    Also, if you will remove the limitation of adding being able to add 10k links per campaign.

     

    Thanks,

    Justin

     

    Hi Justin,

     

    For some reason I am not getting notified when somebody posts on this thread. I'm sorry for the delay getting back to you and the others.

     

    I had to restrict to 10K links due to the amount of resources it was taking and the amount of time it took to churn through the campaigns as a lot is going on behind the scenes. Each instance of Index nuke can run 100K at a time (10 X 10K) and 3 instances. If you need more then just send me a PM and I can increase it for you.

     

    Please let me know if you have any-more questions.

  3. Ok, I've done some testing and the chrome 49 version is still buggy unfortunately. A good test is to go to a site called steemit.com and try to drag the sign in button to the commands. Won't work. It actually causes the program to hang. Seems that version chrome 39 is the same in 5.9.19.

     

    Frank

     

    I had the same problem with Steemit.com. Really annoying because it won't work with either browser :(

  4. A few of my bots are HUGE and indeed started to cause problems, mainly with reliability and consistency,

    by this i mean that it got to the point that sometimes things worked and others they didnt, very annoying, 

    not to mention how long these bots took to initially load, .. 

     

     

    I resolved this with the following 2 methods which i still use to this day on all projects, .. 

     

    1 - Replace any "onload" commands with javascript alternatives to load execute upon the bot loading

    easily accomplished by adding a small amount of code in your UI html "meta" tag (info here in the forum regarding that)

     

    2 - Remove ALL "Defines" .. this includes "$functions" and "commands" and place them in external files, then calling them when your bot starts,   

    This makes a dramatic difference, ..

    obviously you will want to encrypt the external file/s to keep from prying eyes

     

     

    The second you can accomplish with a free plugin and info here from the forum,

    the app in my signature uses the same plugin feel free to check it out.

     

     

     

    Hope that helps 

     

    Cheers

    CJ

     

     

    Thanks for he tips. The external include sounds like a plan, just didn't fancy having to distribute them to customers. I hope the uBot team will allow them to be compiled into the .exe in future builds.

  5. For things like this I create a mini API system and have PHP code return values to my bots. This way the password is never sent. Only API commands. For example: -

    http://api.mydomain.com/?apikey=AED65AFC777&cmd=GETDA

    The PHP script does not need to be fancy. Just have the code check the API key and use a switch statement for the commands. The PHP script can then connect to the API of Semrush and return the output to your bot.

     

    Hope that makes sense.

×
×
  • Create New...