UnrealIRCd Administration Panel


Overview Users Channels Server Bans Spamfilter
Chat Overview
Users
Opers
Services
Most popular channel ( users)
Channels
Server bans
Spamfilter entries

"; echo ""; echo ""; echo ""; $account = (isset($user['account'])) ? $user['account'] : ""; echo ""; $modes = (isset($user['user']['modes'])) ? "+" . $user['user']['modes'] : ""; echo ""; $oper = (isset($user['user']['operlogin'])) ? $user['user']['operlogin']." (".$user['user']['operclass'].")" : ""; echo ""; $secure = (isset($user['tls'])) ? "✅" : "❌"; echo ""; echo ""; echo ""; } ?>
Nick UID Host / IP Account Usermodes Oper Secure Connected to Reputation ℹ️ ".$user['name']."".$user['id']."".$user['hostname']." (".$user['ip'].")".$account."".$modes."".$oper."".$secure."".$user['user']['servername']."".$user['user']['reputation']."

"; echo ""; echo ""; echo ""; $topic = (isset($channel['topic'])) ? $channel['topic'] : ""; echo ""; $setby = (isset($channel['topic'])) ? "By ".$channel['topic_set_by'] .", at ".$channel['topic_set_at'] : ""; echo ""; $modes = (isset($channel['modes'])) ? "+" . $channel['modes'] : ""; echo ""; } ?>
Name Created User count Topic Topic Set Modes ".$channel['name']."".$channel['creation_time']."".$channel['num_users']."".$topic."".$setby."".$modes."

"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } ?>
Mask Type Set By Set On Expires Duration Reason ".$tkl['name']."".$tkl['type_string']."".$tkl['set_by']."".$tkl['set_at_string']."".$tkl['expire_at_string']."".$tkl['duration_string']."".$tkl['reason']."

"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; for ($i = 0, $targs = ""; ($c = $sf['spamfilter_targets'][$i]); $i++) { if ($c == "c") $targs .= "Channel, "; else if ($c == "p") $targs .= "Private,"; else if ($c == "n") $targs .= "Notice, "; else if ($c == "N") $targs .= "Channel notice, "; else if ($c == "P") $targs .= "Part message, "; else if ($c == "q") $targs .= "Quit message, "; else if ($c == "d") $targs .= "DCC filename, "; else if ($c == "a") $targs .= "Away message, "; else if ($c == "t") $targs .= "Channel topic, "; else if ($c == "T") $targs .= "MessageTag, "; else if ($c == "u") $targs .= "Usermask, "; $targs = rtrim($targs,", "); } echo ""; echo ""; } ?>
Mask Type Set By Set On Expires Duration Match Type Action Action Duration Target Reason ".$sf['name']."".$sf['type_string']."".$sf['set_by']."".$sf['set_at_string']."".$sf['expire_at_string']."".$sf['duration_string']."".$sf['match_type']."".$sf['ban_action']."".$sf['ban_duration_string']."".$targs."".$sf['reason']."