X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/46b1c9557d0a8bdd84caf81ae337838101d36eba..2697173721db10cd600539beed661a06bb9a3f2b:/index.php diff --git a/index.php b/index.php index 02ea896..7b9bc7c 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,9 @@ + - +
-

UnrealIRCd Administration Panel


+

UnrealIRCd Administration Panel


@@ -11,22 +12,46 @@ Channels Server Bans Spamfilter + News
$value) { + foreach ($value as $tok) { + $tok = explode(",", $tok); + rpc_tkl_del(base64_decode($tok[0]), base64_decode($tok[1])); + } + } + + if (!empty($_POST['sf'])) + foreach ($_POST as $key => $value) { + foreach ($value as $tok) { + $tok = explode(",", $tok); + rpc_sf_del(base64_decode($tok[0]), base64_decode($tok[1]), base64_decode($tok[2]), base64_decode($tok[3])); + } + } +} rpc_pop_lists(); // populate our static lists (users, channels, tkl, spamfilter) ?> @@ -43,11 +68,12 @@ rpc_pop_lists(); // populate our static lists (users, channels, tkl, spamfilter) Server bans Spamfilter entries - +

+ @@ -56,16 +82,17 @@ rpc_pop_lists(); // populate our static lists (users, channels, tkl, spamfilter) - + "; + echo ""; echo ""; echo ""; echo ""; - $account = (isset($user['account'])) ? $user['account'] : ""; + $account = (isset($user['user']['account'])) ? $user['user']['account'] : ""; echo ""; $modes = (isset($user['user']['modes'])) ? "+" . $user['user']['modes'] : ""; echo ""; @@ -76,7 +103,65 @@ rpc_pop_lists(); // populate our static lists (users, channels, tkl, spamfilter) echo ""; echo ""; } - ?>
Select all Nick UID Host / IPOper Secure Connected toReputation ℹ️Reputation ℹ️ ".$user['name']."".$user['id']."".$user['hostname']." (".$user['ip'].")".$account."".$modes."".$user['user']['servername']."".$user['user']['reputation']."
+ ?> + +