';
$infoString = '
Личное делоИД Игрока: %s
ДР Игрока: %s
IP Регистрации: %s';
echo sprintf($infoString, $this->id, date('d.m.Y', strtotime($this->borndate)), $this->ip);
if ($this->watcherIsAdmin) {
@@ -196,10 +196,12 @@ EMPTY_SLOT;
echo sprintf($infoString, $this->room, $this->money, $this->Bank->money, $this->experience, $this->stat_points, $this->email, $this->session_id);
}
$this->UserLogs = new UserLogModel($this->id);
+ echo '
';
while ($userLogRow = $this->UserLogs->getUserLog()->fetch_object()) {
echo sprintf('%s
', date("d.m.Y H:i ", strtotime($userLogRow->date)) . $userLogRow->text);
}
- echo '
';
+ echo '