und es macht immer noch nichts
Beiträge von Reiner Zufall
-
-
-
ich habe im @exdb ordener die .dll und die config
-
jap alles so gemacht
-
die EXDB muss ja nur in den haupt ordner oder @EXDB
-
ip 185.82.23.99
-
-port=2302 "-config=C:\Server\A3Master\TADST\default\TADST_config.cfg" "-cfg=C:\Server\A3Master\TADST\default\TADST_basic.cfg" "-profiles=C:\Server\A3Master\TADST\default" -name=[lexicon]Tanoa[/lexicon] -filePatching "-mod=@extDB2;@life_server"
EDIT :
c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
Warning: 33075 ms spent in callExtension calling name: "extDB2", function: "9:ADD_DATABASE:altislife"
"extDB2: Error with Database Connection"oder kann das mit dem anderen fehler zsm Hängen (Arma 3 startup fehler)
-
jap
server ist aktuell
Spoiler anzeigen
[Main]
Version = 5;Threads = 0
; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2)Randomize Config File = false
;This is a legacy option to randomize config file for Arma2 Servers. Only for Windows Builds[Rcon]
;; This is functional, should be working fine. Just needs abit of testing on a $
;; Allow for changing Address for those running server in a VM environment.
IP = 127.0.0.1
Port = 2302;; Rcon Password i.e Battleye/beserver.cfg
Password = password;; Bad Player Name Checks
;;This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON
Bad Playername Enable = false
Bad Playername Kick Message = Bad Player Name;; By default : is a bad character (used as seperator for extDB2 Calls (this is hardcoded in)
;;Bad Playername Strings = (:):{:}
;;Bad Playername Regex_1 = [:alnum:]
;;Bad Playername Regex_2 = [:alnum:]
;;Bad Playername Regex_3 = [:alnum:];; Whitelisting / Reserve Slots
;;This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON
Whitelist Enable = false
Whitelist Kick Message = Only Reserved Slots LeftWhitelist Public Slots = 999
;; Database settings to use (Optional)
Whitelist Database = MySQL_Example
Whitelist SQL Prepared Statement = SELECT CASE WHEN EXISTS(SELECT UID FROM PlayerInfo WHERE BattlEyeGUID=? AND Whitelisted=1) THEN 1 ELSE 0 END
Whitelist Kick on SQL Query Failed = false;; Hardcoded BEGuids for whitelisted players
;Whitelist BEGuids = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx : yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy[Steam]
;; This is for VAC Protocol for VAC Bans + Steam Friends.
;; https://steamcommunity.com/dev/apikey
API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[VAC]
;; This feature requires Steam + Rcon to be enabled.
;; Also this feature is called via SQF Code atm, i.e it doesn't auto detect players joining server yet....
Auto Ban = true;; For Player to get banned ( their total VAC Bans => NumberOfVACBans) AND ( Days Since their Last Ban was <= DaysSinceLastBan)
;; This is also used extDB Protocol VAC:VACBanned returned resultsNumberOfVACBans = 1
DaysSinceLastBan = 999999999
BanDuration = 0
;; 0 = Forever, otherwise its x Minutes
BanMessage = Steam VAC banned[Log]
;; Flush Logs after each write, more work on Harddrive
Flush = true[Altislife]
Type = MySQL
Name = altislifeUsername = altislife
Password = testIP = 127.0.0.1
Port = 3306;minSessions = 2
idleTime = 60compress = false
; Really should only use this if MySQL server is external. Also only for MySQLSecure Auth = true
; Recommend you turn this on @@763ed0956f9b707054387904eeb548cb907efa4e@@[SQLite_Example]
Type = SQLite
Name = sqlite.dbminSessions = 1
; minSession Default Value = 1;maxSessions = 4
; maxSession Default Value = number of Main->Threads
; You really should leave this value alone
idleTime = 60
; idleTime no Default Value yet, needs to be defined.
; idleTime is the time before a database session is stopped if not used.
; If Database Sessions are greater than minSessions -
-
version 2012R2 und x64
-
jap ich habe die DB auch altislife genannt
-
- 2.6 GHz CPU Taktung
- 6 CPU Kerne
- 16 GB RAM
- 500 GB HDD
- Windows
-
oder kann das irgen wo da ran liegen
Spoiler anzeigen
_result = [lexicon]EXTDB[/lexicon] format ["9:ADD_DATABASE:%1",EXTDB_SETTING(getText,"DatabaseName")];
if (!(_result isEqualTo "[1]")) then {throw "extDB2: Error with Database Connection"};
_result = [lexicon]EXTDB[/lexicon] format ["9:ADD_DATABASE_PROTOCOL:%2:SQL_RAW_V2:%1:ADD_QUOTES",FETCH_CONST(life_sql_id),EXTDB_SETTING(getText,"DatabaseName")];
if (!(_result isEqualTo "[1]")) then {throw "extDB2: Error with Database Connection"}; -
die live server ist unter @life_server/addon/life_server.pbo
ein ordner ist auch vorhanden -
mission als auch server sind aktuell
-
server ist aktuell
Spoiler anzeigen
[Main]
Version = 5;Threads = 0
; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2)Randomize Config File = false
;This is a legacy option to randomize config file for Arma2 Servers. Only for Windows Builds[Rcon]
;; This is functional, should be working fine. Just needs abit of testing on a $
;; Allow for changing Address for those running server in a VM environment.
IP = 127.0.0.1
Port = 2302;; Rcon Password i.e Battleye/beserver.cfg
Password = password;; Bad Player Name Checks
;;This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON
Bad Playername Enable = false
Bad Playername Kick Message = Bad Player Name;; By default : is a bad character (used as seperator for extDB2 Calls (this is hardcoded in)
;;Bad Playername Strings = (:):{:}
;;Bad Playername Regex_1 = [:alnum:]
;;Bad Playername Regex_2 = [:alnum:]
;;Bad Playername Regex_3 = [:alnum:];; Whitelisting / Reserve Slots
;;This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON
Whitelist Enable = false
Whitelist Kick Message = Only Reserved Slots LeftWhitelist Public Slots = 999
;; Database settings to use (Optional)
Whitelist Database = MySQL_Example
Whitelist SQL Prepared Statement = SELECT CASE WHEN EXISTS(SELECT UID FROM PlayerInfo WHERE BattlEyeGUID=? AND Whitelisted=1) THEN 1 ELSE 0 END
Whitelist Kick on SQL Query Failed = false;; Hardcoded BEGuids for whitelisted players
;Whitelist BEGuids = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx : yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy[Steam]
;; This is for VAC Protocol for VAC Bans + Steam Friends.
;; https://steamcommunity.com/dev/apikey
API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[VAC]
;; This feature requires Steam + Rcon to be enabled.
;; Also this feature is called via SQF Code atm, i.e it doesn't auto detect players joining server yet....
Auto Ban = true;; For Player to get banned ( their total VAC Bans => NumberOfVACBans) AND ( Days Since their Last Ban was <= DaysSinceLastBan)
;; This is also used extDB Protocol VAC:VACBanned returned resultsNumberOfVACBans = 1
DaysSinceLastBan = 999999999
BanDuration = 0
;; 0 = Forever, otherwise its x Minutes
BanMessage = Steam VAC Banned[Log]
;; Flush Logs after each write, more work on Harddrive
Flush = true[Altislife]
Type = MySQL
Name = altislifeUsername = altislife
Password = testIP = 127.0.0.1
Port = 3306;minSessions = 2
idleTime = 60compress = false
; Really should only use this if MySQL server is external. Also only for MySQLSecure Auth = true
; Recommend you turn this on @@763ed0956f9b707054387904eeb548cb907efa4e@@[SQLite_Example]
Type = SQLite
Name = sqlite.dbminSessions = 1
; minSession Default Value = 1;maxSessions = 4
; maxSession Default Value = number of Main->Threads
; You really should leave this value alone
idleTime = 60
; idleTime no Default Value yet, needs to be defined.
; idleTime is the time before a database session is stopped if not used.
; If Database Sessions are greater than minSessions -
Der mod eintrag ist raus ich denke das das ein fehler in der exdb 2 ist oder so
-
ämm ich blick da grade selber nicht mehr durch wenn du mal lust oder zeit hast kannst du ja mal auf den ts 3 kommen 185.82.23.99
-
ok der installer sagt das das nicht für das system ist
-
exdb logs sind kein da aber die arma3server_2017-01-03_12-49-27.rar