
001 public function adress() {
002 global $current_user;
003 $uid=$current_user['current_user__id'];
004 $content=dbx_get_DataPage(2,"dbx_user",$uid);
005 return $content;
006 }

001 function dbx_check_online($userid=0) {
002 global $_dv;
003 $dbx_tab = "dbx_user_session";
004 $dbx_where = "userid=$userid";
005 $count = dbx_get_count_Select($dbx_tab,$dbx_where);
006 $anz="";
007 if (!$count){ // Offline
008 $online = "<img src="design/-share/icons/inactive.gif" alt="offline" />";
009 } else { // Eintrag user online
010 if ($count>1) $anz=" ($count) "; // User können auch gleichzeitig mit versch. Sessions online sein
011 $online = "<img src="design/-share/icons/active.gif" alt="online" />$anz";
012 }
013 $_dv['online'] = $online;
014 }

UID=1 Restzeit=* Sec - Sprache: de Design: L-blue Vers: 3.0.8b (c) 2006-2009 - dbXwebApp.org - (Speed=0.01375 Sec Querys=0 Cache=FCA )