Initial commit

This commit is contained in:
2026-03-15 14:54:49 +03:00
commit 64f8029c06
4027 changed files with 254888 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
--
-- MySQL configs
-- Note: I highly recomend use of tmysql over mysqloo because mysqloo both slow and an extreme memory leak.
--
-- IP
plogs.cfg.IP = '0.0.0.0'
-- Port
plogs.cfg.Port = 3306
-- Database name
plogs.cfg.DB = 'plogs'
-- Username
plogs.cfg.User = 'example'
-- Password
plogs.cfg.Pass = '123'