UserEss/DataWriter/UserLog.php: 'ip_address' => array('type' => self::TYPE_STRING, 'default' => '0',
UserEss/DataWriter/UserLog.php: if ($this->isInsert() && !$this->get('ip_address') && isset($_SERVER['REMOTE_ADDR']))
UserEss/DataWriter/UserLog.php: $this->set('ip_address', $_SERVER['REMOTE_ADDR']);
UserEss/UserLogHandler/Abstract.php: $entry['ipAddress'] = ($entry['ip_address'] ? long2ip($entry['ip_address']) : '');
UserEss/Install/Construct.php: ip_address INT UNSIGNED NOT NULL DEFAULT 0,