1. GSManager
    1. Funktionen
    2. Unterstützte Spiele
    3. Neuigkeiten
    4. Statistiken
    5. Serverliste
  2. Lexikon
  3. Filebase
  4. Entwicklung
  5. Forum
    1. Dashboard
    2. Unerledigte Themen
  6. Web-Interface
  7. Artikel
  8. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  • Anmelden
  • Registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  1. GSManager
  2. Forum
  3. Allgemeines
  4. Fehler

getDatabaseInformation don't save ip of players to database

    • Rückfrage
    • GSManager
  • net2018
  • 21. Mai 2018 um 21:44
Das Projekt GSManager (vormals ManuAdminMod) wurde am 01.01.2020 eingestellt - diese Internetpräsenz bleibt verfügbar, die Software wird aber nicht länger gepflegt. Vielen Dank für eure Unterstützung in den mehr als zehn vergangenen Jahren!
1. offizieller Beitrag
  • net2018
    Anfänger
    Punkte
    55
    Beiträge
    9
    • 21. Mai 2018 um 21:44
    • #1

    Hi ty for your help now i see new problem Gets the stored informations about a player the getDatabaseInformation don't save to database the ip of players
    .. daemon\core\player.php

    after few test as all we know without pbguid you can not catch multiple acc and edited again the getDatabaseInformation 'playerPBGUID' => $this->getPBGuid(), and `playerPBGUID` varchar(36) COLLATE utf8_bin NOT NULL, to add pb guid to db but no results the same as ip NULL

    Code
    $insert_array = array(
                    'playerGUID' => $this->getGuid(),
                    'firstActivityDate' => time(),
                    'lastActivityDate' => time(),
                    'firstActivityIP' => $this->getIP(),
                    'playerIP' => $this->getIP(),
                    'connections' => 1,
                    'onlineTime' => 0,
                    'online' => 1,
                    'punishmentScore' => 0
                );
    for both no result
    
    'firstActivityIP' => $this->getIP(),
    'playerIP' => $this->getIP(),
    
    $insert_array = array(
                    'playerGUID' => $this->getGuid(),
                    'playerPBGUID' => $this->getPBGuid(),
                    'firstActivityDate' => time(),
                    'lastActivityDate' => time(),
                    'firstActivityIP' => $this->getIP(),
                    'playerIP' => $this->getIP(),
                    'connections' => 1,
                    'onlineTime' => 0,
                    'online' => 1,
                    'punishmentScore' => 0
                );
    Alles anzeigen

    any help plz

  • Dennis
    Administrator
    Reaktionen
    148
    Punkte
    37.933
    Trophäen
    7
    Artikel
    4
    Dateien
    2
    Beiträge
    7.453
    • 19. Juni 2018 um 10:43
    • Offizieller Beitrag
    • #2

    Mirko911

  • Dennis 3. Oktober 2018 um 13:44

    Hat das Label Rückfrage hinzugefügt.

Benutzer online in diesem Thema

  • 1 Besucher
  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™