Skip to content

Instantly share code, notes, and snippets.

View alessiobrendt's full-sized avatar
🚀

AlessioBrendt alessiobrendt

🚀
View GitHub Profile
This file has been truncated, but you can view the full file.
=====================================================================
== C:\server\NightLifeRPG\arma3server_x64.exe
== "C:\server\NightLifeRPG\arma3server_x64.exe" -port=2302 "-config=C:\server\NightLifeRPG\configs\server.cfg" "-profiles=C:\server\NightLifeRPG\serverprofile" "-name=SecondLife" "-bepath=C:\server\NightLifeRPG\battleye" "-mod=C:\server\NightLifeRPG\Modpack\@NightLifeRPG" "-servermod=@extDB3;@life_server;@The_Programmer;@arametrics;@allianceapps_admintool" "-filePatching" -loadMissionToMemory -autoinit
Original output filename: Arma3Retail_Server_x64
Exe timestamp: 2019/11/11 15:08:30
Current time: 2020/01/03 16:04:18
Type: Public
Build: Stable
This file has been truncated, but you can view the full file.
=====================================================================
== C:\server\NightLifeRPG\arma3server_x64.exe
== "C:\server\NightLifeRPG\arma3server_x64.exe" -port=2302 "-config=C:\server\NightLifeRPG\configs\server.cfg" "-profiles=C:\server\NightLifeRPG\serverprofile" "-name=SecondLife" "-bepath=C:\server\NightLifeRPG\battleye" "-mod=C:\server\NightLifeRPG\Modpack\@NightLifeRPG" "-servermod=@extDB3;@life_server;@The_Programmer;@arametrics;@allianceapps_admintool" "-filePatching" -loadMissionToMemory -autoinit
Original output filename: Arma3Retail_Server_x64
Exe timestamp: 2019/11/11 15:08:30
Current time: 2020/01/02 22:46:13
Type: Public
Build: Stable
This file has been truncated, but you can view the full file.
=====================================================================
== C:\Program Files (x86)\Steam\steamapps\common\Arma 3\Arma3_x64.exe
== "C:\Program Files (x86)\Steam\steamapps\common\Arma 3\Arma3_x64.exe" "-mod=D:\SteamLibrary\steamapps\common\Arma 3\@DirtyCave Modpack" -beservice
Original output filename: Arma3Retail_DX11_x64
Exe timestamp: 2018/12/11 20:28:04
Current time: 2019/02/09 23:09:17
Type: Public
Build: Stable
This file has been truncated, but you can view the full file.
=====================================================================
== C:\server\A3Master\arma3server.exe
== arma3server.exe C:\server\A3Master\arma3server.exe -loadMissionToMemory -port= 2302 -autoInit -cfg=basic.cfg -enableHT -config=server.cfg -mod=@dirtycave_modpack;@The_Programmer;@allianceapps_admintool -serverMod=@dirtycave_modpack;@life_server;@extDB3;@life_hc;@infiSTAR_A3;@ac_metrics;@allianceapps_admintool;@The_Programmer -high "-BEpath=C:\server\A3Master\battleye" "-profiles=C:\server\A3Master"
Original output filename: Arma3Retail_Server
Exe timestamp: 2018/12/05 13:49:27
Current time: 2019/02/09 23:33:06
Type: Public
Build: Stable
public void connect() {
try {
this.connection = DriverManager.getConnection("jdbc:mysql://" + this.host + ":" + this.port + "/" + this.database + "?autoReconnect=true", this.user, this.password);
this.update("CREATE TABLE IF NOT EXISTS Clans (Name VARCHAR(16),Tag VARCHAR(4),Members TEXT, Owners TEXT, Invites TEXT)");
this.update("CREATE TABLE IF NOT EXISTS FriendSystem (UUID VARCHAR(64),Name VARCHAR(16),Friends TEXT,Invites TEXT,Online INT(100),Notify INT(100),Message INT(100),Jump INT(100),Request INT(100))");
this.update("CREATE TABLE IF NOT EXISTS Groups (Name TEXT,Displayname TEXT,Tabprefix TEXT,Chatprefix TEXT,Rankcolor TEXT,SortID INT, TeamSpeakID INT, Permissions TEXT)");
this.update("CREATE TABLE IF NOT EXISTS Users (UUID VARCHAR(64), Name VARCHAR(16), Gruppe VARCHAR(100), Notify VARCHAR(100), FirstLogin VARCHAR(100), LastLogin VARCHAR(100), IP VARCHAR(100), NickName VARCHAR(100))");
this.update("CREATE TABLE IF NOT EXIS