1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Sa: 24 Mai 2025
  • Anmelden oder registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Mitglieder
    3. Atrix

    Beiträge von Atrix

    • ExtDB2 Problem, was auch sonst? :D

      • Atrix
      • 30. Januar 2017 um 16:56
      Zitat von Lukas B.

      Hallo,

      Du kannst die Datenbank nicht einspielen wenn dur die zu alte version hast. @Shinji das problem hatten wir hier schon öfters.

      Ja, wie kann ich die Version den ändern?
      MfG

    • ExtDB2 Problem, was auch sonst? :D

      • Atrix
      • 30. Januar 2017 um 12:23

      Wenn ich z.B die Datenbank von Nox bei MySql einfügen will kommt folgende Fehlermeldung: MySQL Log.txt

    • ExtDB2 Problem, was auch sonst? :D

      • Atrix
      • 30. Januar 2017 um 12:16

      Ich nehme jetzt mal die Version 5.0.0 [lexicon]Tanoa[/lexicon] Life von Nox.
      Aber was genau muss ich bei den Defines jetzt eintragen?
      'root'@'%' <- Das hier?
      Ich bin nicht so erfahren mit Datenbanken :D

    • ExtDB2 Problem, was auch sonst? :D

      • Atrix
      • 30. Januar 2017 um 11:57

      Ja, ich habe es mit verschiedensten probiert.
      Momentan lasse ich ihn ja über root connecten.
      Ich find keine richtige Altis ([lexicon]Tanoa[/lexicon]) Life Datenbank bei der keine Fehlermeldung beim erstellen kommt.
      Die ich jetzt habe, ist die einzigste die geklappt hat ohne Fehlermeldungen.

    • ExtDB2 Problem, was auch sonst? :D

      • Atrix
      • 30. Januar 2017 um 11:49
      Zitat von Lukas B.

      Hallo,

      welche MySQL Server version verwendest du?
      Du benötigst mindestens die Version 5.6.

      Ich habe die 5.5.53-0+deb8u1 - (Debian).
      Wie kann ich die Version denn ändern?
      MfG

    • ExtDB2 Problem, was auch sonst? :D

      • Atrix
      • 29. Januar 2017 um 23:40
      Zitat von PoweredByte

      Schick bitte mal deine description.ext aus der Altis_Life.Altis

      Spoiler anzeigen


      disableChannels[]={{0,true,true},{1,true,true},{2,true,true}}; // Disabled text and voice for global, side, and command channels. disableChannels[] = {{channelID<number>, disableChat<bool>, disableVoice<bool>}};

      #include "config\Config_SpyGlass.hpp"
      #include "CfgRemoteExec.hpp"
      #include "dialog\MasterHandler.hpp"
      #include "config\Config_Master.hpp"

      class CfgServer {
      DatabaseName = "altislife"; //Config name that'll be grep in the [lexicon]extdb[/lexicon]-conf.ini. Default: [altislife]
      DebugMode = 0; //Enable many server/hc debugging logs. Default: 0 (1 = Enabled / 0 = Disabled)
      HeadlessSupport = 0; //Enable/Disable Headless client support. Default: 1 (1 = Enabled / 0 = Disabled)
      /*
      Enabled: When HeadlessSupport is set to 1 (enabled), the server will run without fault when no Headless Client is connected. However, it will support the Headless Client if you choose to connect one.
      Disabled: If HeadlessSupport is set to 0 (disabled), the connection of a Headless Client will make no difference. This option will increase server [lexicon]performance[/lexicon] a TINY but negligible amount.
      */
      };

      class RscTitles {
      #include "dialog\progress.hpp"
      #include "dialog\hud_nameTags.hpp"
      #include "dialog\hud_stats.hpp"
      };

      class CfgFunctions {
      #include "Functions.hpp"
      };

      class RscTitles {
      #include "addons\Status_Bar\statusBar.hpp"
      #include "dialog\statusBar.hpp"
      };

      class CfgSounds {
      sounds[] = {};
      class sirenLong {
      name = "sirenLong";
      sound[] = {"\sounds\sirenLong.ogg", 1.0, 1};
      titles[] = {};
      };

      class medicSiren {
      name = "medicSiren";
      sound[] = {"\sounds\medicSiren.ogg", 1.0, 1};
      titles[] = {};
      };

      class tazerSound {
      name = "tazerSound";
      sound[] = {"\sounds\tazer.ogg", 0.25, 1};
      titles[] = {};
      };

      class flashbang {
      name = "flashbang";
      sound[] = {"\sounds\flashbang.ogg", 1.0, 1};
      titles[] = {};
      };

      class mining {
      name = "mining";
      sound[] = {"\sounds\mining.ogg", 1.0, 1};
      titles[] = {};
      };

      class harvest {
      name = "harvest";
      sound[] = {"\sounds\harvest.ogg", 1.0, 1};
      titles[] = {};
      };

      class lockCarSound {
      name = "lockCarSound";
      sound[] = {"\sounds\carLock.ogg", 0.25, 1};
      titles[] = {};
      };

      class unlockCarSound {
      name = "unlockCarSound";
      sound[] = {"\sounds\carUnlock.ogg", 0.25, 1};
      titles[] = {};
      };
      };

      class CfgDebriefing {
      class NotWhitelisted {
      title = "$STR_NotWhitelisted_Title";
      subtitle = "$STR_NotWhitelisted_SubTitle";
      description = "$STR_NotWhitelisted_Descript";
      pictureBackground = "";
      picture = "";
      pictureColor[] = {0,0.3,0.6,1};
      };

      class Blacklisted {
      title = "$STR_Blacklisted_Title";
      subtitle = "$STR_Blacklisted_SubTitle";
      description = "$STR_Blacklisted_Descript";
      pictureBackground = "";
      picture = "";
      pictureColor[] = {0,0.3,0.6,1};
      };

      class SpyGlass {
      title = $STR_SpyDetect_Title;
      subTitle = $STR_SpyDetect_SubTitle;
      description = $STR_SpyDetect_Descript;
      pictureBackground = "";
      picture = "";
      pictureColor[] = {0,0.3,0.6,1};
      };
      };

      class CfgNotifications {
      class MedicalRequestEmerg {
      title = "$STR_MedicalRequestEmerg_Title";
      iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
      description = "%1";
      duration = 5;
      priority = 7;
      };

      class DeliveryAssigned {
      title = "$STR_DeliveryAssigned_Title";
      iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
      description = "%1";
      duration = 10;
      priority = 7;
      };

      class DeliveryFailed {
      title = "$STR_DeliveryFailed_Title";
      iconPicture = "\A3\ui_f\data\map\mapcontrol\taskiconfailed_ca.paa";
      description = "%1";
      duration = 7;
      priority = 7;
      };

      class DeliverySucceeded {
      title = "$STR_DeliverySucceeded_Title";
      iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcondone_ca.paa";
      description = "%1";
      duration = 6;
      priority = 6;
      };

      class TextMessage {
      title = "$STR_TextMessage_Title";
      iconPicture = "icons\ico_messageNew.paa";
      description = "%1";
      duration = 10;
      priority = 6;
      };

      class PoliceDispatch {
      title = "$STR_PoliceDispatch_Title";
      iconPicture = "icons\ico_messagePolice.paa";
      description = "%1";
      duration = 10;
      priority = 6;
      };

      class AdminDispatch {
      title = "$STR_AdminDispatch_Title";
      iconPicture = "icons\ico_messageAdmin.paa";
      description = "%1";
      duration = 10;
      priority = 6;
      };

      class AdminMessage {
      title = "$STR_AdminMessage_Title";
      iconPicture = "icons\ico_messageAdmin.paa";
      description = "%1";
      duration = 10;
      priority = 5;
      };
      };

    • ExtDB2 Problem, was auch sonst? :D

      • Atrix
      • 29. Januar 2017 um 21:58

      Hier übrigens nochmal meine Config von ExtDB2.

      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 Left

      Whitelist Public Slots = 999

      ;; Database settings to use (Optional)
      Whitelist Database = altislife
      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 results

      NumberOfVACBans = 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 = AltisLife

      Username = root
      Password = ********************

      IP = 127.0.0.1
      Port = 3306

      ;minSessions = 2
      idleTime = 60

      compress = false
      ; Really should only use this if MySQL server is external. Also only for MySQL

      Secure Auth = true
      ; Recommend you turn this on @@7a156ad03c3e2ddfce8558e9bf12d257ef66f4e8@@


      [SQLite_Example]
      Type = SQLite
      Name = sqlite.db

      minSessions = 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

    • ExtDB2 Problem, was auch sonst? :D

      • Atrix
      • 29. Januar 2017 um 21:56

      Moin,
      Ich habe folgendes Problem:
      Ich habe Arma 3 Auf Linux laufen, und spiele gerade [lexicon]Tanoa[/lexicon] Life drauf.
      Die Datenbank verbindet sich schon doch jedoch wirft ExtDB2 komische Logs...

      Jedes Mal wenn ich verbinde spamt ein Schwarzer Bildschirm 2 Texte hin und her, und die Logs sehen dann so aus:

      Serverlog:

      Spoiler anzeigen

      20:48:30 "extDB2: Protocol Error: [0,""Error Statement Exception""]"

      ExtDB2 Log (Siehe Dateianhang)

      Hoffe mir kann geholfen werden :)
      MfG

      Dateien

      ExtDB2 Log.txt 158,71 kB – 160 Downloads
    • ExtDB2 will nicht ...

      • Atrix
      • 23. Januar 2017 um 15:13
      Zitat von majoess

      apt-get install libtbb2:i386 (i386 muss dafür auch aktiviert sein)

      hab ich schon installiert...
      mfG

    • ExtDB2 will nicht ...

      • Atrix
      • 22. Januar 2017 um 17:56
      Zitat von Gruffi

      ok dann muss ich passen. Mit Linux kennen ich mich leider nicht so aus.

      Hm, trotzdem danke!
      MFG

    • ExtDB2 will nicht ...

      • Atrix
      • 22. Januar 2017 um 17:44
      Zitat von Gruffi

      hast du das installiert?

      Ne, es geht ja irgendwie nicht. Ich habe gehört das das nur für Windows ist, ich habe einen Linux V-Server.

    • ExtDB2 will nicht ...

      • Atrix
      • 22. Januar 2017 um 17:34

      Das hier sind die Logs sobald jemand auf den Server joint.

      Dateien

      Join Nachricht.txt 24,65 kB – 179 Downloads
    • ExtDB2 will nicht ...

      • Atrix
      • 22. Januar 2017 um 17:31
      Zitat von Gruffi

      Gut dann werde ich mal den Fehler wo ich denke aufdecken.
      Versuch mal dein [lexicon]startparameter[/lexicon] so zu schreiben:

      ./arma3server -config=server.cfg -cfg=basic.cfg -mod=@extDB2;@life_server

      Ich denke nämlich das dein -mod und das -servermod sich nicht vertragen, da in den logs auch dein @life_server auch nicht gestartet wird.

      MfG


      -----------


      Das Problem ist, jetzt steht in der Serverliste unten @ExtDB2 und @life_server nicht mehr.
      ExtDB2 Erstellt aber immernoch keine Logs, und es ist genau wie voher...

      Alles anzeigen
    • ExtDB2 will nicht ...

      • Atrix
      • 22. Januar 2017 um 17:27

      Hm, wenn ich es installieren will kommt das:

      root@v3200:~# apt-get install vc_redist.x86
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      E: Unable to locate package vc_redist.x86
      E: Couldn't find any package by regex 'vc_redist.x86'

    • ExtDB2 will nicht ...

      • Atrix
      • 22. Januar 2017 um 17:17
      Zitat von Gruffi

      hey,

      Punkt eins die Version 5.0 gibt es nicht, da es offiziell vom Entwickler nich anerkannt ist. Also geh ich mal davon aus das du die Version 4.4 r3 hast.

      Punkt zeit laut deinen logs hast du extdp2 nicht in deine [lexicon]startparameter[/lexicon] drin.

      Also würde ich mal vorschlagen du schaust mal diese noch mal genau an, Wort für Wort.

      MfG

      Ja, sie wird als 4.4r4 angegenben, aber beim Start steht [lexicon]Tanoa[/lexicon] Life RPG 5.0.0.
      Und ich habe ExtDB2 drin.
      Ich Starte hiermit: ./arma3server -config=server.cfg -cfg=basic.cfg -servermod=@extDB2 -mod=@life_server
      MFG

    • ExtDB2 will nicht ...

      • Atrix
      • 22. Januar 2017 um 16:22
      Zitat von Gruffi

      hey,
      Was hast du denn für eine altis life version?

      Hatte nämlich auch das Problem das die 4.0 nicht mit der Datenbank sich verbunden hat. Hab aber das Problem bei mir gelöst und wenn du mir sagst was du für einen hast kann ich dir vill auch weiter helfen.

      Ich habe [lexicon]Tanoa[/lexicon] Life RPG v5.0.0.
      Das Problem ist ja, das er ExtDB2 garnicht läd. Glaube ich zumindest :D
      Weil es entstehen weder Logs noch steht im Server Log irgendwas von ExtDB2.

    • ExtDB2 will nicht ...

      • Atrix
      • 22. Januar 2017 um 15:24
      Zitat von MrPenthaVenom

      Überprüf mal alles was hier steht extDB

      Ich hab alles Überprüft.
      Ich habe nur die tbb.dll gelöscht, hat aber trotzdem nichts gebracht...
      [lexicon]Startparameter[/lexicon]: ./arma3server -config=server.cfg -cfg=[lexicon]basic.cfg[/lexicon] -servermod=@extDB2 -mod=@life_server

    • ExtDB2 will nicht ...

      • Atrix
      • 22. Januar 2017 um 15:13

      Moin,
      Ich habe folgendes Problem:
      Ich habe einen Root auf dem Arma 3 läuft.
      Nun wollte ich [lexicon]Tanoa[/lexicon] Life drauf spielen, habe aber Probleme mit der Datenbank.
      ExtDB2 Will nicht Starten, trotz angeben im [lexicon]Startparameter[/lexicon].
      Es wird mir zwar in dieser Tabelle angezeigt, dass er da ist.
      Ich sehe aber keine extDB2 Connected Meldung im Log.
      Und wenn ich Joine bekomme ich die Meldung Setting up client.
      Ich habe schon gefühlt alles im Internet abgesucht, und alles probiert aber irgendwie will nichts klappen... :/
      Danke im Vorraus!

      Dateien

      ExtDB2 Config.txt 3,39 kB – 198 Downloads RPT Log.txt 19,31 kB – 224 Downloads RPT Log 2.txt 19,86 kB – 280 Downloads

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von NodeZone.net? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Registrieren

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™