<?IF($VA_setup['reglist_login_ip']){?><TD class="b bg_light" nowrap><?Print $text_login_ip; PrintOrderBy("login_ip");?></TD><?}?> <?IF($VA_setup['reglist_error_last']){?><TD class="b bg_light" nowrap><?Print $text_error_last; PrintOrderBy("error_last");?></TD><?}?> <?IF($VA_setup['reglist_error_cnt']){?><TD class="b bg_light" nowrap><?Print $text_error_cnt; PrintOrderBy("error_cnt");?></TD><?}?> <?IF($VA_setup['reglist_error_ip']){?><TD class="b bg_light" nowrap><?Print $text_error_ip; PrintOrderBy("error_ip");?></TD><?}?> <?IF($VA_setup['reglist_enabled']){?><TD class="b bg_light" nowrap><?Print $text_enabled; PrintOrderBy("enabled");?></TD><?}?> <?IF($VA_setup['reglist_email']){?><TD class="b bg_light" nowrap><?Print $text_email; PrintOrderBy("email");?></TD><?}?> <?IF($VA_setup['reglist_note_op'] && USR_CLASS >= 3){?><TD class="b bg_light" nowrap><?Print $text_note_op; PrintOrderBy("note_op");?></TD><?}?> <?IF($VA_setup['reglist_note_usr']){?><TD class="b bg_light" nowrap><?Print $text_note_usr; PrintOrderBy("note_usr");?></TD><?}?> <?IF($VA_setup['reglist_note_usr']){?><TD class="b bg_light" nowrap><?Print $text_show_keys; PrintOrderBy("show_keys");?></TD><?}?> </TR> <? IF($total > 0) { $result = $DB_hub->Query($query); WHILE($row = $result->Fetch_Assoc()) { $image = Get_Usr_Img($row['nick'], $row['class'], $row['enabled']); $info = $text_class." : ".GetClassName($row['class'])." (".$row['class'].")<BR>"; IF($row['enabled']) {$info .= $text_enabled." : ".$text_yes."<BR>";} ELSE {$info .= $text_enabled." : ".$text_no."<BR>";} $info .= $text_nick." : ".$row['nick']."<BR>"; $info .= $text_class_protect." : ".$row['class_protect']."<BR>"; $info .= $text_class_hidekick." : ".$row['class_hidekick']."<BR>"; IF($row['hide_kick']) {$info .= $text_hide_kick." : ".$text_yes."<BR>";} ELSE {$info .= $text_hide_kick." : ".$text_no."<BR>";} $info .= $text_reg_date." : ".Date($VA_setup['timedate_format'], $row['reg_date'])."<BR>"; $info .= $text_reg_op." : ".$row['reg_op']."<BR>";
VerliAdmin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with VerliAdmin; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ====================================================================== */ ?> <TABLE align="left" class="leftpanel" width=100> <?IF(USR_CLASS) { $img = Get_Usr_Img(USR_NICK, USR_CLASS); ?> <TR> <TD class="b right"><?Print $text_nick." : ";?></TD> <TD nowrap><?Print USR_NICK;?></TD> <TD class="top right"><IMG src="img/<?Print $img;?>" height=16 width=16></TD> </TR> <?}?> <TR> <TD class="b right" nowrap><?Print $text_class." : ";?></TD> <TD nowrap><?Print GetClassName(USR_CLASS)." (".USR_CLASS.")";?></TD> </TR><TR> <TD class="b right" nowrap><?Print $text_language." : ";?></TD> <TD<?IF(USR_CLASS){?> colspan=2<?}?> nowrap> <? IF($lang_http)