Jump to content
UBot Underground

Macster (UBotter Labs)

Fellow UBotter
  • Content Count

    732
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by Macster (UBotter Labs)

  1. Got it, no worries bud!

    It looks like there is either a bug in the Microsoft library that does not work correctly on all systems, OR most likely the CPU difference is the increase when the bot requests for it at that exact time and what we see in the bot is just that spike.

     

    Its ok, thank you! :)

    • Like 1
  2. Hey Pash can you pleae check the system performance counter parameter ?

    set(#limiter,$plugin function("Advanced Systems.dll", "$system performance counter", "True", "True", "False"),"Global")

     

    Its not working correctly and reporting wrong CPU usage and the plugin alwasy shows almost double values than what task manager shows: 

    TaskManage CPU: 51%

    Bot: 87%

     

    c0pp3I8.png

     

    Thanks :)

  3. It works just fine. Some hosts use php7 by default now and you only need to activate MySQL extension in your panel or ask your company to activate it for you because it is deactivated in PHP 7

    There is no security risk or anything like that.

    Will finish the upgrade to the entire system as soon as I get to it but until then you can continue to be use just fine.

     

    [uBotter Labs]

  4. Pash i have some clients who cannot open their compiled bots because of this: 
     

    umIY25V.png

     

    But i didn´t knew the bots will call your server once compiled this is wrong please remove it!

     

    Buddy i understand you license the ubot studio plugins but you CANNOT license the compiled bots too and i cannot afford to have clients depending on a third party server.

    • Like 2
  5.  

    Hi Mac,
    what payment systems are available?
    I would like to use paylane.com, is it possible?
    Can you send me the documentation before I buy it from you?
     
    Regards 

     

     

    Paylane.com is not on the supported list however i will add it if more need it.

    You must have meter´s ubotlokcer to use the 'unleashed' mod and the documentation is pretty much the same except mods documentation that you will receive it only upon purchase.

  6. @Dan i need your help with a bug that i cannot localize.

     

    For example i have a multi threaded bot that runs exbrowser with Chrome and sometimes some if not all browsers load this type of local file in the URL bar without any reason:

    "file:///C:/Users/Administrator/AppData/Local/Temp/2/8NBDgTvW9l.html"

    I have tripple checked the entire source and there is no bug in the codding and there is not reason for this to happen unless there is a bigger bug in the plugin.

    I had this problem in the past while runnig any http/socket plugin that was resetting your exbrowser forcing the browsers to load a temp file.

     

    Why are the browsers loading a temp file !?

     

    Any help is appreciated. 

  7. Thank you for the headsup Dan, before asking yes i tested in multiple systems and restarted both the bots and the studio with machines included, several times. Windows 10 x64 Home/Pro, Windows 2012 R2, Windows server 2016.

     

    I respected your last update instructions corretly and only had the ExBrowser Bring Browser To Focus command running in a mutl threaded bot but only ocasionaly if a certain condition was met. I removed that command and now the bots work ok, no more crash. Was is very weird is that the crash is occuring very early in the bot and only after the command already run couple times in some threads.

     

    No worries i perfectly undertsand it is not under your control while working with third parties and most likely this autoitx3.dll is affected by the latest Microsoft changes, however while there are so many moving parts around ubot there will always be problems.

     

    I just removed the command you mentioned and all is well now, thank you!

    Once i get some time i will try to reproduce the bug and send you some code.

  8. @DAN in this last 1324 version there is a critical problem that was not here before

     

    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: mybot.exe
      Application Version: 4.0.0.0
      Application Timestamp: 59fa1d97
      Fault Module Name: AutoItX3.dll
      Fault Module Version: 3.3.14.2
      Fault Module Timestamp: 55fc19d0
      Exception Code: c0000005
      Exception Offset: 000167f3
      OS Version: 6.3.9600.2.0.0.272.7
      Locale ID: 1033
      Additional Information 1: 5861
      Additional Information 2: 5861822e1919d7c014bbb064c64908b2
      Additional Information 3: 5f25
      Additional Information 4: 5f2531ae070278f893fa99352dadd49e
    

    Same bot, same code without any changes but the bots take random crashes !?!?!?

     

    What does autoitx3.ddl do and is it needed ?

     

    Can you please advise ?

  9. Lol. Good one however I think there is a problem with the latest update Dan

     

    Are there any problems with exbrowser licensing ? This morning I am unable to load UBS and stuck on licensing exbrowser. No installed av or firewall to block it.

     

    Without exbrowser UBS loads ok but with exbrowser it is extremely slow and unresponsive.

     

    Any idea is appreciated :)

     

    [uBotter Labs]

  10. Hey @Dan thanks for the headsup, but unless there is a specific reason, I don´t think is necesary for the bots (compiled or not) to run the command and delete/download the support files everytime it starts or runs !?

     

    Just popup an alert in bot the studio and compiled bots that the "Support files missing" or somethign similar that we can handle through checking for the .zip and support files in their folder, and that´s it.

     

    There´s no need for the bots  delete / dowload / delete / dowload ... this can cause problems if multiple bots run at the same time or in any scenario that would involve starting and restating the bots.

     

    If the support files are already there why does the plugin need to delete/download them again !?

    if($file exists("{$special folder("Application Data")}\\exb\\1324.zip")) {
        then {
        }
        else {
            set(#status,"downloading support...","Global")
            plugin command("ExBrowser.dll", "ExBrowser Download Support Files", "https://drive.google.com/uc?id=1jy63FP_baBgZ9egh9erlikc_DnBhlq1&export=download", "83C4CFD52AEDDFE03106E256FECA")
        }
    }
    
    

    Unless i´m missing something here´s an example that should be used without any issues :)

  11. Well, if you´re not much of a skype use hwo you want me to help you?Yes it is possible to manually create projects if needed but would be a lot easier to reset your password but you need to reach me over skype and will assist you.

    Well, if you´re not much of a skype use hwo you want me to help you?Yes it is possible to manually create projects if needed but would be a lot easier to reset your password but you need to reach me over skype and will assist you.

  12. @PASH i cannot reset my licenses !? Where can i access my licenses manager ?

     

    I can see the plugins download page but i cannot see the license manager to reset them !?!?

     

    Please fix your website menu asap it is URGENT!

     

    Thanks

     

    Where can i access my licenses manager ?

×
×
  • Create New...