Recent content by pafa7a

  1. pafa7a

    .::[ 16 Години DarksTeam ]::.

    Честита годишнина на всички ни и специални благодарности към тъмния. В моя случай този сайт буквално съществува от както се помня
  2. pafa7a

    [Help] Normal server disconnect

    glad it worked
  3. pafa7a

    [Help] Normal server disconnect

    This error comes when you have monster with higher level than the limit, which in most cases is 149 or 254 (depends on the files). But you can play with it and determine what is the limit
  4. pafa7a

    [Release] Playring Web cloned by pafa7a

    are there any error logs that you can share?
  5. pafa7a

    [Help] Error Sql sintax error. Please check application/logs/database_error_log_2023-10-17.txt for errors.

    Remove the part with ", login_type = 0" and it should work
  6. pafa7a

    [Help] DarksTeam MuServer 97d+99i Beta 43.3 problem

    are you using the latest version of GS/CS from https://darksteam.net/threads/darksteam-muserver-97d-99i-beta-43-3.6440/? If so - report this issue to DarkMaster and probably he will fix it. Did you configured the ServerList.dat file correctly? Try with different ConnectServer?
  7. pafa7a

    [Dev] [DEV] MuServer on Node.js

    update: - WebAdmin: 3 box settings added to logs pages. Clear logs, reload logs, delete logs - WebAdmin: When you visit the logs pages, it will first get the latest 500 logs stored in ElasticSearch (500 logs for 3ms :) ) for the respective app and then will continue with real-time logs -...
  8. pafa7a

    [Dev] [DEV] MuServer on Node.js

    всяка помощ е добре дошла - няма да върна никого. Дори и да го учиш езика в момента, не се бърка да се пробваш да направиш нещо. Тъкмо на code review фазата ще ти казвам ако нещо не е ок и ще давам идеи за подобрение :) Всички постоянно учим
  9. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Update: - MuWebAdmin: the main menu now supports sub-menus + automatically detects the active one - MuWebAdmin: you can now watch server logs real-time :) (in future, we can integrate the logs with Discord private channels :) ) Video demo:
  10. pafa7a

    [Dev] [DEV] MuServer on Node.js

    I'm happy to share with you that now we can start & stop & control servers from the mu-admin server (directly from the browser) :) Demo:
  11. pafa7a

    [Dev] [DEV] MuServer on Node.js

    progress update: Account authentication handler in the JoinServer - done. We have a new server called "WebServer" that contains 'mu-web-admin" directory which is a Next.js project. So far I've implemented the protected pages & routes logic, implemented the login & auth mechanism, security...
  12. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Update 11.04.2023: - Updated root README.md - Created a Discord server for the project - https://discord.gg/TFEZ7j4MZd - The libs "mu-packet-manager" and "mu-db" are now publicly available in npmjs.com - JoinServer TCP handlers are moved into separate files - Added handler for login packets &...
  13. pafa7a

    [Sell] Argos CMS / MVC logic less

    съжелявам за тъпия въпрос (наистина), но имаш ли продажби до сега? Ако не - предлагам ти да го направиш на open source проект. Така евентуално някой може да намери потенциален бъг/пропуск в сигурността, а защо не и да ти помогне с някоя функционалност. Аз лично оценявам труда който влагаш и с...
  14. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Update: Github repo: https://github.com/pafa7a/mu-online-js Добавих тестове на ConnectServer-a, поорганизирах малко файловете (преди беше само един index.js файл :D )
  15. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Честно да си призная, не съм запознат със supervisor. Ще поработя над този проблем. Иначе за nodejs multithreading - by default е single thread, което и аз подозирам, че ще е проблем в някакъв момент. Може обаче да се spawn-ват service workers, които не блокират main process-a/thread-a и работят...