\n"; $i=0; while ($data = dbarray($sql)) { echo "\n"; //radius-online $astatus = time() - $data['user_lastvisit']; if ($astatus < 60) { $astatus = "border: solid 2px #55A208; border-radius : 2px; -moz-border-radius : 2px; -webkit-border-radius : 2px;"; } else { $astatus = "border: solid 2px #808080; border-radius : 4px; -moz-border-radius : 4px; -webkit-border-radius : 4px;"; } if(!empty($data['user_avatar'])){ $avatar ="".$data["; } else { $avatar ="".$data["; } echo"$avatar\n"; echo "".$data['user_name']."
- ".$data['user_posts']." ".$locale['tfpp01']."
\n"; $i++; } echo "\n\n"; closetable(); ?>